mirror of
https://github.com/Equicord/Equicord.git
synced 2025-06-18 10:57:04 -04:00
Fixes
This commit is contained in:
parent
835b2c1121
commit
39d6e1a5bb
2 changed files with 2 additions and 2 deletions
|
@ -204,7 +204,7 @@ export type SettingsChecks<D extends SettingsDefinition> = {
|
|||
};
|
||||
|
||||
export type PluginSettingDef =
|
||||
(PluginSettingCustomDef & Pick<PluginSettingCommon, "onChange">) |
|
||||
(PluginSettingCommon & PluginSettingCustomDef & Pick<PluginSettingCommon, "onChange">) |
|
||||
(PluginSettingComponentDef & Omit<PluginSettingCommon, "description" | "placeholder">) | ((
|
||||
| PluginSettingStringDef
|
||||
| PluginSettingNumberDef
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue