From 8e915b199ad8d176e54929b49fa1ef62df8753b4 Mon Sep 17 00:00:00 2001 From: Leemar Scott <79875638+leemarscott@users.noreply.github.com> Date: Thu, 18 Apr 2024 08:56:28 -0500 Subject: [PATCH] fix(typing): Fix enabled on CandidateReferenceQuestion (#176) --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 2d5508d..8dfe0e1 100644 --- a/src/index.ts +++ b/src/index.ts @@ -2108,7 +2108,7 @@ export interface CandidateReferenceQuestion { id?: number; category?: Category; corporation?: Corporation; - enabled?: number; + enabled?: boolean; migrateGUID?: Strings; questionText?: Strings; responses?: ToMany;