Interface DeleteBlobsWithBlobIdRequest

interface DeleteBlobsWithBlobIdRequest {
    blobId: string;
    blobId2: string;
    office: string;
}

Properties

Properties

blobId: string
blobId2: string
office: string