communication type typing
This commit is contained in:
parent
f673dec5fa
commit
72c47ba212
5 changed files with 34 additions and 8 deletions
10
src/type/fieldTypes.ts
Normal file
10
src/type/fieldTypes.ts
Normal file
|
@ -0,0 +1,10 @@
|
|||
export type CommunicationFieldType = "mobile" | "email" | "city" | "street" | "streetNumber" | "streetNumberAddition";
|
||||
|
||||
export const communicationFieldTypes: Array<CommunicationFieldType> = [
|
||||
"mobile",
|
||||
"email",
|
||||
"city",
|
||||
"street",
|
||||
"streetNumber",
|
||||
"streetNumberAddition",
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue