From d44f97ec94398f567248ed655129494e34c2b92d Mon Sep 17 00:00:00 2001 From: Alessio Davoli Date: Fri, 22 Dec 2023 15:34:02 +0100 Subject: [PATCH] Add notation on typdef --- frontend/src/app.d.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/frontend/src/app.d.ts b/frontend/src/app.d.ts index 9573255..7b11861 100644 --- a/frontend/src/app.d.ts +++ b/frontend/src/app.d.ts @@ -61,6 +61,9 @@ declare global { cover: string; name_it: string; name_en: string; + /* Sometimes from API comes 'title' instead of 'name' :c */ + title_it: string; + title_en: string; description_it: string; description_en: string; route_category_id: number;