Type Alias UnknownRecord<K>

UnknownRecord<K>: Record<K, unknown>

Represents an object with keys consisting of numbers or strings and unknown values.

Type Parameters

  • K extends PropertyKey = string | number