Feature: Add RSVP cut-off date functionality
This commit is contained in:
@@ -8,6 +8,7 @@ export interface Event {
|
||||
created_at: string;
|
||||
needed_items: string[];
|
||||
wallpaper?: string;
|
||||
rsvp_cutoff_date?: string;
|
||||
}
|
||||
|
||||
export interface Rsvp {
|
||||
|
||||
Reference in New Issue
Block a user