added attachments array to Event type
This commit is contained in:
@@ -13,6 +13,7 @@ export interface Event {
|
||||
registration_data: string;
|
||||
price: string;
|
||||
ages: string;
|
||||
attachments: Array<Media>;
|
||||
}
|
||||
|
||||
export interface EventResponse {
|
||||
|
||||
Reference in New Issue
Block a user