[skip ci] definePluginSettings: Add missing BigInt type

This commit is contained in:
Vendicated 2023-04-28 02:56:57 +02:00
parent c0954a1844
commit f8ace5b53a
No known key found for this signature in database
GPG Key ID: A1DC0CFB5615D905
1 changed files with 1 additions and 0 deletions

View File

@ -133,6 +133,7 @@ export type PluginSettingDef = (
| PluginSettingSelectDef
| PluginSettingSliderDef
| PluginSettingComponentDef
| PluginSettingBigIntDef
) & PluginSettingCommon;
export interface PluginSettingCommon {