mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix(api): apply feedback
This commit is contained in:
@@ -131,9 +131,9 @@ export type AnySetting =
|
||||
|
||||
export type SettingDict = { [group: string]: Setting[] };
|
||||
|
||||
export type StrictSetting<
|
||||
U,
|
||||
export type ExtensionSetting<
|
||||
E extends object = object,
|
||||
U extends AnySetting = AnySetting,
|
||||
K extends keyof BaseSchema = keyof BaseSchema,
|
||||
> = U extends any
|
||||
? {
|
||||
|
||||
Reference in New Issue
Block a user