mirror of
https://forgejo.merr.is/annika/isl-vue3.git
synced 2025-12-14 19:13:18 -05:00
Initial commit...
This commit is contained in:
commit
44fad476d2
40 changed files with 1279 additions and 0 deletions
7
src/types/PowerItem.ts
Normal file
7
src/types/PowerItem.ts
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
export type PowerItem = {
|
||||
iconURL: string
|
||||
itemName: string
|
||||
minItemPower: number
|
||||
maxItemPower: number
|
||||
owned: number
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue