hensei-web/types/Awakening.d.ts
Justin Edmund f4dbdceda0 Add Awakening type and remove old defs
We remove the flat list of awakening data, as we will be pulling data from the database
2023-06-18 23:07:43 -07:00

11 lines
161 B
TypeScript

interface Awakening {
id: string
name: {
[key: string]: string
en: string
jp: string
}
slug: string
object_type?: string
order: number
}