Compare commits
1 Commits
7fd8c9cd99
...
be1a036ef0
Author | SHA1 | Date | |
---|---|---|---|
be1a036ef0 |
@ -21,7 +21,7 @@ export type Guest = {
|
|||||||
name: string;
|
name: string;
|
||||||
email: string;
|
email: string;
|
||||||
group_name: string;
|
group_name: string;
|
||||||
status: 'Considered' | 'Invited' | 'Confirmed' | 'Declined' | 'Tentative';
|
status: 'Considered' | 'Invited' | 'Confirmed' | 'Declined';
|
||||||
}
|
}
|
||||||
|
|
||||||
export type Group = {
|
export type Group = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user