StringKeyValuePair interface
StringKeyValuePair represents a single entry in a mapping of keys to values.
Property Details
key
The key to the mapped value.
key: string
Property Value
string
value
The value of the mapping key.
value: string
Property Value
string