StorageTaskPreviewKeyValueProperties interface
Storage task preview object key value pair properties.
Properties
key | Represents the key property of the pair. |
value | Represents the value property of the pair. |
Property Details
key
Represents the key property of the pair.
key?: string
Property Value
string
value
Represents the value property of the pair.
value?: string
Property Value
string