Skip to content

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.

K extends PropertyKey = PropertyKey

V = any