We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffaec93 commit ca55934Copy full SHA for ca55934
1 file changed
src/types.ts
@@ -127,13 +127,13 @@ export interface CustomPluginConfigText extends CustomPluginConfigOptionBase {
127
export interface CustomPluginConfigToggle extends CustomPluginConfigOptionBase {
128
type: 'toggle';
129
source?: string;
130
- defaultValue?: number;
+ defaultValue?: boolean;
131
}
132
export interface CustomPluginConfigCheckbox
133
extends CustomPluginConfigOptionBase {
134
type: 'checkbox';
135
136
137
138
export interface CustomPluginConfigRadio extends CustomPluginConfigOptionBase {
139
type: 'radio';
0 commit comments