Add type and convenience constant

This commit is contained in:
Justin Edmund 2023-01-24 02:06:15 -08:00
parent 63454f0dfc
commit 1d1a941364
2 changed files with 12 additions and 0 deletions

11
types/JobAccessory.d.ts vendored Normal file
View file

@ -0,0 +1,11 @@
interface JobAccessory {
id: string
granblue_id: string
job: Job
name: {
[key: string]: string
en: string
ja: string
}
rarity: number
}

View file

@ -0,0 +1 @@
export const ACCESSORY_JOB_IDS = ['683ffee8-4ea2-432d-bc30-4865020ac9f4']