fix: RSVP.other_items should be string, not string[]
This commit is contained in:
@@ -24,7 +24,7 @@ interface RSVP {
|
||||
guest_count: number;
|
||||
guest_names: string[] | string;
|
||||
items_bringing: string[] | string;
|
||||
other_items?: string[];
|
||||
other_items?: string;
|
||||
}
|
||||
|
||||
interface Event {
|
||||
|
||||
Reference in New Issue
Block a user