Share via


TestUploadFileBodyParam interface

Properties

body

The file content as application/octet-stream.

Value may contain any sequence of octets

Property Details

body

The file content as application/octet-stream.

Value may contain any sequence of octets

body: string | Uint8Array | ReadableStream<Uint8Array> | ReadableStream

Property Value

string | Uint8Array | ReadableStream<Uint8Array> | ReadableStream