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