postal Code & commandHandler update

This commit is contained in:
Julian Krauser 2025-01-03 19:26:33 +01:00
parent 14677d2030
commit dd72f37856
13 changed files with 70 additions and 76 deletions

View file

@ -5,6 +5,7 @@ export interface CommunicationViewModel {
preferred: boolean;
mobile: string;
email: string;
postalCode: string;
city: string;
street: string;
streetNumber: number;