NameValuePair interface
An interface representing NameValuePair.
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