mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): add textarea & secret missed types to the settings type
This commit is contained in:
@@ -129,6 +129,8 @@ export type SettingByType<T extends SettingType> = T extends SettingType.text
|
||||
|
||||
export type AnySetting =
|
||||
| TextSetting
|
||||
| TextareaSetting
|
||||
| SecretSetting
|
||||
| MultiTextSetting
|
||||
| CheckboxSetting
|
||||
| SelectSetting
|
||||
|
||||
Reference in New Issue
Block a user