diff --git a/types/Job.d.ts b/types/Job.d.ts index d4d5e43b..1f435177 100644 --- a/types/Job.d.ts +++ b/types/Job.d.ts @@ -2,7 +2,8 @@ interface Job { id: string granblue_id: string row: string - ml: boolean + master_level: boolean + ultimate_mastery: boolean order: number name: { [key: string]: string diff --git a/types/Party.d.ts b/types/Party.d.ts index 3a41e705..c42fe769 100644 --- a/types/Party.d.ts +++ b/types/Party.d.ts @@ -20,6 +20,8 @@ interface Party { chain_count?: number source_party?: Party job: Job + master_level?: number + ultimate_mastery?: number job_skills: JobSkillObject accessory: JobAccessory shortcode: string diff --git a/utils/appState.tsx b/utils/appState.tsx index d9e9db07..29f41bf4 100644 --- a/utils/appState.tsx +++ b/utils/appState.tsx @@ -6,7 +6,8 @@ const emptyJob: Job = { id: '-1', granblue_id: '-1', row: '', - ml: false, + master_level: false, + ultimate_mastery: false, order: 0, name: { en: '',