Update typedef
This commit is contained in:
parent
330d19aa94
commit
8f30dd9f54
1 changed files with 6 additions and 2 deletions
8
frontend/src/app.d.ts
vendored
8
frontend/src/app.d.ts
vendored
|
@ -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
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue