diff --git a/frontend/src/types.ts b/frontend/src/types.ts index dcb2513..b0f5384 100644 --- a/frontend/src/types.ts +++ b/frontend/src/types.ts @@ -7,6 +7,7 @@ export interface Event { slug: string; created_at: string; needed_items: string[]; + wallpaper?: string; } export interface Rsvp {