Add new fields to output
This commit is contained in:
parent
122bf69b62
commit
07cabb42c1
1 changed files with 2 additions and 0 deletions
2
types/Job.d.ts
vendored
2
types/Job.d.ts
vendored
|
|
@ -14,4 +14,6 @@ interface Job {
|
||||||
proficiency2: number
|
proficiency2: number
|
||||||
}
|
}
|
||||||
base_job?: Job
|
base_job?: Job
|
||||||
|
accessory: boolean
|
||||||
|
accessory_type: number
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue