Add new fields to output

This commit is contained in:
Justin Edmund 2023-01-26 00:24:57 -08:00
parent 122bf69b62
commit 07cabb42c1

2
types/Job.d.ts vendored
View file

@ -14,4 +14,6 @@ interface Job {
proficiency2: number proficiency2: number
} }
base_job?: Job base_job?: Job
accessory: boolean
accessory_type: number
} }