Skip to content

tyneq


tyneq / KeyValuePair

Type Alias: KeyValuePair<TKey, TValue>

KeyValuePair<TKey, TValue> = object

Defined in: src/types/core.ts:1081

A key-value pair used by toMap() and toRecord() selectors.

Type Parameters

Type Parameter
TKey
TValue

Properties

key

key: TKey

Defined in: src/types/core.ts:1082


value

value: TValue

Defined in: src/types/core.ts:1083