Type alias Pair<K, V>

Pair<K, V>: {
    [P in K]: V
}

Create an object type of key K and value V.

Type Parameters

  • K extends Key

    key type

  • V

    value type

Generated using TypeDoc