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

@ -1,8 +1,16 @@
export type CommunicationFieldType = "mobile" | "email" | "city" | "street" | "streetNumber" | "streetNumberAddition";
export type CommunicationFieldType =
| "mobile"
| "email"
| "postalCode"
| "city"
| "street"
| "streetNumber"
| "streetNumberAddition";
export const communicationFieldTypes: Array<CommunicationFieldType> = [
"mobile",
"email",
"postalCode",
"city",
"street",
"streetNumber",