diff --git a/resources/js/helpers/api.types.ts b/resources/js/helpers/api.types.ts index c5af22e..39a510a 100644 --- a/resources/js/helpers/api.types.ts +++ b/resources/js/helpers/api.types.ts @@ -13,6 +13,7 @@ export interface Event { registration_data: string; price: string; ages: string; + attachments: Array; } export interface EventResponse {