fix(api): apply feedback

This commit is contained in:
yassinedorbozgithub
2025-06-02 09:16:13 +01:00
parent c15c30895f
commit 8c32d9af53
4 changed files with 13 additions and 18 deletions

View File

@@ -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
? {