Add type and convenience constant
This commit is contained in:
parent
63454f0dfc
commit
1d1a941364
2 changed files with 12 additions and 0 deletions
11
types/JobAccessory.d.ts
vendored
Normal file
11
types/JobAccessory.d.ts
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
interface JobAccessory {
|
||||||
|
id: string
|
||||||
|
granblue_id: string
|
||||||
|
job: Job
|
||||||
|
name: {
|
||||||
|
[key: string]: string
|
||||||
|
en: string
|
||||||
|
ja: string
|
||||||
|
}
|
||||||
|
rarity: number
|
||||||
|
}
|
||||||
1
utils/jobsWithAccessories.tsx
Normal file
1
utils/jobsWithAccessories.tsx
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
export const ACCESSORY_JOB_IDS = ['683ffee8-4ea2-432d-bc30-4865020ac9f4']
|
||||||
Loading…
Reference in a new issue