UpdateConfigHook
type UpdateConfigHook = <Config>(config) => Config | Promise<Config>;Defined in: types.ts:82
Type Parameters
Section titled “Type Parameters”Config
Section titled “Config”Config extends Record<string, string>
Parameters
Section titled “Parameters”config
Section titled “config”Config
Returns
Section titled “Returns”Config | Promise<Config>