hensei-web/types/Job.d.ts

20 lines
335 B
TypeScript

interface Job {
id: string
granblueId: string
baseJob?: Job
name: {
[key: string]: string
en: string
ja: string
}
proficiency: {
proficiency1: number
proficiency2: number
}
row: string
masterLevel: boolean
ultimateMastery: boolean
order: number
accessory: boolean
accessory_type: number
}