URLPlayerRequestBody
The URLPlayerRequest body. Should contain either ‘text’ or ‘binary’ keys.
Props
binary
binary: string
| undefined
Base64 string.
text
text: string
| undefined
Stringify object of the '{"key":"value"}' type.
The URLPlayerRequest body. Should contain either ‘text’ or ‘binary’ keys.
binary: string
| undefined
Base64 string.
text: string
| undefined
Stringify object of the '{"key":"value"}' type.