Share via


StringKeyValuePair interface

StringKeyValuePair represents a single entry in a mapping of keys to values.

Properties

key

The key to the mapped value.

value

The value of the mapping key.

Property Details

key

The key to the mapped value.

key: string

Property Value

string

value

The value of the mapping key.

value: string

Property Value

string