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:
parent
ef4c61b735
commit
97a4005a97
@ -129,6 +129,8 @@ export type SettingByType<T extends SettingType> = T extends SettingType.text
|
||||
|
||||
export type AnySetting =
|
||||
| TextSetting
|
||||
| TextareaSetting
|
||||
| SecretSetting
|
||||
| MultiTextSetting
|
||||
| CheckboxSetting
|
||||
| SelectSetting
|
||||
|
Loading…
Reference in New Issue
Block a user