UnknownObject
UnknownObject<
K,V> =Record<K,V>
Defined in: src/types/generic.ts:7
The built configuration object: a plain, keyed object of parsed values.
Type Parameters
Section titled “Type Parameters”K extends PropertyKey = PropertyKey
V = any