From 07cabb42c10db291943d97369186053002287bd6 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 26 Jan 2023 00:24:57 -0800 Subject: [PATCH] Add new fields to output --- types/Job.d.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/types/Job.d.ts b/types/Job.d.ts index beb75dff..d4d5e43b 100644 --- a/types/Job.d.ts +++ b/types/Job.d.ts @@ -14,4 +14,6 @@ interface Job { proficiency2: number } base_job?: Job + accessory: boolean + accessory_type: number }