From 96c8774e31e1d5fa1adf8f8b9a23e26a579d61a8 Mon Sep 17 00:00:00 2001 From: James Collins Date: Sat, 1 Apr 2023 07:22:44 +1000 Subject: [PATCH] added attachments array to Event type --- resources/js/helpers/api.types.ts | 1 + 1 file changed, 1 insertion(+) 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 {