Share via


NameValuePairOutput interface

Represents a name-value pair.

Properties

name

The name in the name-value pair.

value

The value in the name-value pair.

Property Details

name

The name in the name-value pair.

name?: string

Property Value

string

value

The value in the name-value pair.

value?: string

Property Value

string