interface FileBodyEncodableResult

external
interface FileBodyEncodableResult<BodyValue>

Result of encoding an object that includes file attachments

Type Parameters

BodyValue

The JSON body type

external
body : BodyValue

The JSON body to send with the request

external
files : RawFile[]

The files to attach to the request