summaryrefslogtreecommitdiff
path: root/client/src/models.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/models.ts')
-rw-r--r--client/src/models.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/models.ts b/client/src/models.ts
index 6840a46..201a969 100644
--- a/client/src/models.ts
+++ b/client/src/models.ts
@@ -6,7 +6,7 @@ export interface Guest {
email?: string;
message?: string;
partySize?: number;
- partyList?: Array<Name>;
+ partyList?: Name[];
}
export interface Name {