hensei-web/types/Raid.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

12 lines
180 B
TypeScript

interface Raid {
id: string
group?: RaidGroup
name: {
[key: string]: string
en: string
ja: string
}
slug: string
level: number
element: GranblueElement
}