Add guidebooks to DetailsObject
This commit is contained in:
parent
e5e135703f
commit
715fa021de
1 changed files with 2 additions and 1 deletions
3
types/index.d.ts
vendored
3
types/index.d.ts
vendored
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue