Add granblue ID to Job type

This commit is contained in:
Justin Edmund 2023-01-22 22:33:42 -08:00
parent 7466d485df
commit d562de8b39

1
types/Job.d.ts vendored
View file

@ -1,5 +1,6 @@
interface Job { interface Job {
id: string id: string
granblue_id: string
row: string row: string
ml: boolean ml: boolean
order: number order: number