More typescript

This commit is contained in:
2024-11-28 18:36:57 +01:00
parent faa17e87c9
commit afb9f106f9
4 changed files with 36 additions and 39 deletions

View File

@@ -11,12 +11,6 @@ declare global {
boots: Array<{count: number, data: number}>
lateGame: Array<{count: number, data: number}>
}
type Item = {
id: number
}
type ItemResponse = {
data: Ref<Array<Item>>
}
}
export {};