Add registration form v1.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user