diff options
Diffstat (limited to 'client/src/models.ts')
-rw-r--r-- | client/src/models.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/models.ts b/client/src/models.ts index 201a969..c0cff9e 100644 --- a/client/src/models.ts +++ b/client/src/models.ts @@ -1,5 +1,5 @@ export interface Guest { - id?: number; + id?: string; firstName: string; lastName: string; attendance?: string; |