interface FileBodyEncodableResult

export interface FileBodyEncodableResult<BodyValue>

Result of encoding an object that includes file attachments

Type Parameters

BodyValue

The JSON body type

body : BodyValue

The JSON body to send with the request

files : RawFile[]

The files to attach to the request