We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93aa63c commit 193082fCopy full SHA for 193082f
src/config.ts
@@ -72,7 +72,7 @@ const inputTypes: ReadonlyArray<string> = ["number", "value", "slider", "switch"
72
73
interface ConfigDefinition {
74
meta: {
75
- ver: "1" | "2";
+ ver: 1 | 2;
76
tab: string;
77
id: string;
78
};
0 commit comments