[skip ci] definePluginSettings: Add missing BigInt type
This commit is contained in:
parent
c0954a1844
commit
f8ace5b53a
|
@ -133,6 +133,7 @@ export type PluginSettingDef = (
|
||||||
| PluginSettingSelectDef
|
| PluginSettingSelectDef
|
||||||
| PluginSettingSliderDef
|
| PluginSettingSliderDef
|
||||||
| PluginSettingComponentDef
|
| PluginSettingComponentDef
|
||||||
|
| PluginSettingBigIntDef
|
||||||
) & PluginSettingCommon;
|
) & PluginSettingCommon;
|
||||||
|
|
||||||
export interface PluginSettingCommon {
|
export interface PluginSettingCommon {
|
||||||
|
|
Loading…
Reference in a new issue