Update typedef

This commit is contained in:
Alessio Davoli 2023-12-13 18:31:30 +01:00
parent 330d19aa94
commit 8f30dd9f54

View file

@ -15,7 +15,8 @@ declare global {
"icon": "", "icon": "",
"created_at": null, "created_at": null,
"updated_at": null, "updated_at": null,
"deleted_at": null "deleted_at": null,
"color": string
} }
interface Sport { interface Sport {
"id": 1, "id": 1,
@ -67,5 +68,8 @@ declare global {
} }
} }
export { export {
Route Route,
Category,
Sport,
SportDetails
}; };