event rsvp popup
This commit is contained in:
11
types.d.ts
vendored
11
types.d.ts
vendored
@@ -53,3 +53,14 @@ interface EventData {
|
||||
eventGuests: any[]
|
||||
todos: Todo[]
|
||||
}
|
||||
|
||||
interface EventGuest {
|
||||
id: string
|
||||
guestId: string
|
||||
rsvp: 'YES' | 'NO' | 'PENDING'
|
||||
guest: {
|
||||
fName: string
|
||||
lName: string
|
||||
email?: string | null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user