From 41d4366ec7f21a1625a8ff8b64476818fe200d4d Mon Sep 17 00:00:00 2001 From: Leemar Scott Date: Mon, 1 Jan 2024 13:13:10 -0600 Subject: [PATCH] fix(typing): Fix enabled on CandidateReferenceQuestion --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index be393f8..d7195bc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2093,7 +2093,7 @@ export interface CandidateReferenceQuestion { id?: number; category?: Category; corporation?: Corporation; - enabled?: number; + enabled?: boolean; migrateGUID?: Strings; questionText?: Strings; responses?: ToMany;