From d66ee1ca277cd8ddbc33ec84456c951ac3f712cb Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 5 Dec 2023 10:34:56 -0800 Subject: [PATCH] Remove extra from DetailsObject --- types/index.d.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/types/index.d.ts b/types/index.d.ts index add8e5c5..0214aa39 100644 --- a/types/index.d.ts +++ b/types/index.d.ts @@ -39,7 +39,6 @@ export type DetailsObject = { description?: string raid?: Raid job?: Job - extra?: boolean guidebooks?: string[] visibility?: number }