Add base_job to Job type
This commit is contained in:
parent
4783a664a7
commit
12f54c1e02
1 changed files with 16 additions and 15 deletions
1
types/Job.d.ts
vendored
1
types/Job.d.ts
vendored
|
|
@ -12,4 +12,5 @@ interface Job {
|
||||||
proficiency1: number
|
proficiency1: number
|
||||||
proficiency2: number
|
proficiency2: number
|
||||||
}
|
}
|
||||||
|
base_job?: Job
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue