hensei-web/types/Job.d.ts
Justin Edmund b2f64f1d78 Fix transformers and types
Dozens of tiny errors from me freehanding it
2023-07-07 06:47:41 -07:00

19 lines
319 B
TypeScript

interface Job {
id: string
granblueId: string
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
}