Skip to content

Commit

Permalink
fix(typing): Fix enabled on CandidateReferenceQuestion (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemarscott authored Apr 18, 2024
1 parent 4b47a54 commit 8e915b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2108,7 +2108,7 @@ export interface CandidateReferenceQuestion {
id?: number;
category?: Category;
corporation?: Corporation;
enabled?: number;
enabled?: boolean;
migrateGUID?: Strings;
questionText?: Strings;
responses?: ToMany<CandidateReferenceResponse>;
Expand Down

0 comments on commit 8e915b1

Please sign in to comment.