Search
Loading...
Skip to content

Type Alias: SettingValueType

type SettingValueType<K> = Settings[K];

Gets the value type for a specific setting key.

Type Parameters#

Type Parameter
K extends SettingKey