From ca72b47941f58c1a609c44a2d9decb83751c91f4 Mon Sep 17 00:00:00 2001 From: Starstrike Date: Thu, 1 May 2025 08:56:58 -0400 Subject: [PATCH] Add wallpaper field to Event interface --- frontend/src/types.ts | 1 + 1 file changed, 1 insertion(+) 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 {