Add registration form v1.

This commit is contained in:
codevictory
2021-11-02 23:33:04 +02:00
parent 00c8d97ca5
commit f115032ae3
5 changed files with 140 additions and 9 deletions

View File

@@ -1,10 +1,7 @@
export type Visitor = {
name: string;
lactoseFree: boolean;
dairyFree: boolean;
wheatFree: boolean;
vegan: boolean;
vegatarian: boolean;
accomodation: boolean;
ride: boolean;
invitationId: string;
allergies: any;
services: any;
preferences: string;
}