Add base_job to Job type

This commit is contained in:
Justin Edmund 2022-12-03 16:40:09 -08:00
parent 4783a664a7
commit 12f54c1e02

1
types/Job.d.ts vendored
View file

@ -12,4 +12,5 @@ interface Job {
proficiency1: number
proficiency2: number
}
base_job?: Job
}