interface Job { id: string granblue_id: string row: string master_level: boolean ultimate_mastery: boolean order: number name: { [key: string]: string en: string ja: string } proficiency: { proficiency1: number proficiency2: number } base_job?: Job accessory: boolean accessory_type: number }