KeyValuePair interface

The key value pair object properties.

Properties

key

The key parameter.

value

The value parameter.

Property Details

key

The key parameter.

key?: string

Property Value

string

value

The value parameter.

value?: string

Property Value

string