Skip to content

Commit

Permalink
Merge pull request #686 from ibi-group/multiple-modes-type
Browse files Browse the repository at this point in the history
Change addTransportMode type
  • Loading branch information
AdrianaCeric authored Nov 22, 2023
2 parents c62a6e3 + 73e02ba commit 8647e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -723,7 +723,7 @@ export type SliderOptions = {
};

export type CheckboxOptions = {
addTransportMode?: TransportMode;
addTransportMode?: TransportMode | TransportMode[];
default?: boolean;
label: string;
type: "CHECKBOX";
Expand Down

0 comments on commit 8647e44

Please sign in to comment.