added attachments array to Event type

This commit is contained in:
2023-04-01 07:22:44 +10:00
parent 45895bddae
commit 96c8774e31

View File

@@ -13,6 +13,7 @@ export interface Event {
registration_data: string; registration_data: string;
price: string; price: string;
ages: string; ages: string;
attachments: Array<Media>;
} }
export interface EventResponse { export interface EventResponse {