Skip to content

Commit

Permalink
Change unitOption type in aidbox-types
Browse files Browse the repository at this point in the history
Refs: #323
  • Loading branch information
atuonufure committed Nov 5, 2024
1 parent 7dfd7c2 commit c410702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/aidbox-types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14210,7 +14210,7 @@ export interface QuestionnaireItem {
helpText?: string;
stopLabel?: string;
rowsNumber?: integer;
unitOption?: Coding;
unitOption?: Coding[];
columnSize?: integer;
itemMedia?: Attachment;
regex?: string;
Expand Down

0 comments on commit c410702

Please sign in to comment.