Add wallpaper field to Event interface

This commit is contained in:
2025-05-01 08:56:58 -04:00
parent 89d364c6bd
commit ca72b47941

View File

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