Type alias MultipartStartResponse

MultipartStartResponse: {
    parts: MultipartPart[];
    uuid: Uuid;
}

Type declaration

Generated using TypeDoc