Interface PostBlobsRequest

interface PostBlobsRequest {
    blob: Blob;
    failIfExists?: boolean;
}

Properties

Properties

blob: Blob
failIfExists?: boolean