Add granblue ID to Job type
This commit is contained in:
parent
7466d485df
commit
d562de8b39
1 changed files with 1 additions and 0 deletions
1
types/Job.d.ts
vendored
1
types/Job.d.ts
vendored
|
|
@ -1,5 +1,6 @@
|
|||
interface Job {
|
||||
id: string
|
||||
granblue_id: string
|
||||
row: string
|
||||
ml: boolean
|
||||
order: number
|
||||
|
|
|
|||
Loading…
Reference in a new issue