added attachments array to Event type
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user