From 8f30dd9f5433711250b147f24bbf1de70240a6a9 Mon Sep 17 00:00:00 2001 From: Alessio Davoli Date: Wed, 13 Dec 2023 18:31:30 +0100 Subject: [PATCH] Update typedef --- frontend/src/app.d.ts | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/frontend/src/app.d.ts b/frontend/src/app.d.ts index 54c991c..0106c83 100644 --- a/frontend/src/app.d.ts +++ b/frontend/src/app.d.ts @@ -15,7 +15,8 @@ declare global { "icon": "", "created_at": null, "updated_at": null, - "deleted_at": null + "deleted_at": null, + "color": string } interface Sport { "id": 1, @@ -67,5 +68,8 @@ declare global { } } export { - Route + Route, + Category, + Sport, + SportDetails };