diff --git a/types/index.d.ts b/types/index.d.ts index 4541c991..d73e4242 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -22,14 +22,16 @@ export type PaginationObject = { export type DetailsObject = { [key: string]: boolean | number | string | Raid | undefined - fullAuto: boolean - autoGuard: boolean - chargeAttack: boolean - clearTime: number + fullAuto?: boolean + autoGuard?: boolean + chargeAttack?: boolean + clearTime?: number buttonCount?: number turnCount?: number chainCount?: number name?: string description?: string raid?: Raid + job?: Job + extra?: boolean }