KeyValueItem interface

Key value tuple.

Properties

key

Key of tuple.

value

Value of tuple.

Property Details

key

Key of tuple.

key?: string

Property Value

string

value

Value of tuple.

value?: string

Property Value

string