Add wallpaper field to Event interface
This commit is contained in:
@@ -7,6 +7,7 @@ export interface Event {
|
||||
slug: string;
|
||||
created_at: string;
|
||||
needed_items: string[];
|
||||
wallpaper?: string;
|
||||
}
|
||||
|
||||
export interface Rsvp {
|
||||
|
||||
Reference in New Issue
Block a user