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 = {