Skip to content

Commit

Permalink
fix(types): add typeOverride property to modesettingbase
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-heppner-ibigroup committed Aug 9, 2023
1 parent abf72a5 commit c425164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/types/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -727,6 +727,7 @@ export type ModeSettingBase = {
iconName?: string;
icon?: JSX.Element;
key: string;
typeOverride?: "STRING" | "NUMBER" | "BOOLEAN";
};

export type ModeSetting = (
Expand Down

0 comments on commit c425164

Please sign in to comment.