Add email notification settings to event creation form

This commit is contained in:
Ryderjj89
2025-05-16 18:42:55 -04:00
parent efe143ca68
commit cedd7b325f
3 changed files with 141 additions and 38 deletions

View File

@@ -10,6 +10,8 @@ export interface Event {
wallpaper?: string;
rsvp_cutoff_date?: string;
max_guests_per_rsvp?: number;
email_notifications_enabled?: boolean;
email_recipients?: string;
}
export interface Rsvp {