Add notation on typdef
This commit is contained in:
parent
b7a5609e91
commit
d44f97ec94
1 changed files with 3 additions and 0 deletions
3
frontend/src/app.d.ts
vendored
3
frontend/src/app.d.ts
vendored
|
@ -61,6 +61,9 @@ declare global {
|
||||||
cover: string;
|
cover: string;
|
||||||
name_it: string;
|
name_it: string;
|
||||||
name_en: string;
|
name_en: string;
|
||||||
|
/* Sometimes from API comes 'title' instead of 'name' :c */
|
||||||
|
title_it: string;
|
||||||
|
title_en: string;
|
||||||
description_it: string;
|
description_it: string;
|
||||||
description_en: string;
|
description_en: string;
|
||||||
route_category_id: number;
|
route_category_id: number;
|
||||||
|
|
Loading…
Reference in a new issue