From d562de8b399400ae9a66395774335f9817225740 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Sun, 22 Jan 2023 22:33:42 -0800 Subject: [PATCH] Add granblue ID to Job type --- types/Job.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/Job.d.ts b/types/Job.d.ts index 7c1f5939..beb75dff 100644 --- a/types/Job.d.ts +++ b/types/Job.d.ts @@ -1,5 +1,6 @@ interface Job { id: string + granblue_id: string row: string ml: boolean order: number