interface PartCreateParams {
    data: Uploadable;
}

Properties

Properties

data: Uploadable

The chunk of bytes for this Part.