Feature: Add RSVP cut-off date functionality

This commit is contained in:
Starstrike
2025-05-01 13:44:29 -04:00
parent 3ac630bcc2
commit e1d23eeb32
6 changed files with 142 additions and 83 deletions

View File

@@ -8,6 +8,7 @@ export interface Event {
created_at: string;
needed_items: string[];
wallpaper?: string;
rsvp_cutoff_date?: string;
}
export interface Rsvp {