interface MultipartAddon {
    multipart?: Record<string, unknown>;
}

Properties

Properties

multipart?: Record<string, unknown>

shorthand for sending multipart form body, useful for file uploads and similar. mutually exclusive with other body options

if multipart is passed in base options, passing one in the request options will override it completely