diff --git a/types/Job.d.ts b/types/Job.d.ts index beb75dff..d4d5e43b 100644 --- a/types/Job.d.ts +++ b/types/Job.d.ts @@ -14,4 +14,6 @@ interface Job { proficiency2: number } base_job?: Job + accessory: boolean + accessory_type: number }