Add notation on typdef

This commit is contained in:
Alessio Davoli 2023-12-22 15:34:02 +01:00
parent b7a5609e91
commit d44f97ec94

View file

@ -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;