Skip to content

Commit ca55934

Browse files
type issue
1 parent ffaec93 commit ca55934

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/types.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,13 +127,13 @@ export interface CustomPluginConfigText extends CustomPluginConfigOptionBase {
127127
export interface CustomPluginConfigToggle extends CustomPluginConfigOptionBase {
128128
type: 'toggle';
129129
source?: string;
130-
defaultValue?: number;
130+
defaultValue?: boolean;
131131
}
132132
export interface CustomPluginConfigCheckbox
133133
extends CustomPluginConfigOptionBase {
134134
type: 'checkbox';
135135
source?: string;
136-
defaultValue?: number;
136+
defaultValue?: boolean;
137137
}
138138
export interface CustomPluginConfigRadio extends CustomPluginConfigOptionBase {
139139
type: 'radio';

0 commit comments

Comments
 (0)