This commit is contained in:
Peter Maquiran
2023-07-21 17:17:28 +01:00
parent 9967f52c80
commit 60078f6118
12 changed files with 29 additions and 42 deletions
+1
View File
@@ -2,4 +2,5 @@ export class EventPerson{
EmailAddress: string;
Name: string;
IsRequired: boolean;
UserType: string;
}