Share via


KeyValuePair interface

The key value pair object properties.

Properties

key

The key parameter.

value

The value parameter.

Property Details

key

The key parameter.

TypeScript
key?: string

Property Value

string

value

The value parameter.

TypeScript
value?: string

Property Value

string