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