From 715fa021de2146656e5d6684a89de397b281c481 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 20 Apr 2023 02:34:54 -0700 Subject: [PATCH] Add guidebooks to DetailsObject --- types/index.d.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index 15264d93..307c3026 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -26,7 +26,7 @@ export type PaginationObject = { } export type DetailsObject = { - [key: string]: boolean | number | string | Raid | undefined + [key: string]: boolean | number | string | string[] | Raid | undefined fullAuto?: boolean autoGuard?: boolean chargeAttack?: boolean @@ -39,6 +39,7 @@ export type DetailsObject = { raid?: Raid job?: Job extra?: boolean + guidebooks?: string[] } export type ExtendedMastery = {