Remove extra from DetailsObject

This commit is contained in:
Justin Edmund 2023-12-05 10:34:56 -08:00
parent c2dfc5ac92
commit d66ee1ca27

1
types/index.d.ts vendored
View file

@ -39,7 +39,6 @@ export type DetailsObject = {
description?: string description?: string
raid?: Raid raid?: Raid
job?: Job job?: Job
extra?: boolean
guidebooks?: string[] guidebooks?: string[]
visibility?: number visibility?: number
} }