Interface GetBlobsWithBlobIdRequest

interface GetBlobsWithBlobIdRequest {
    blobId: string;
    blobId2?: string;
    office?: string;
}

Properties

blobId: string
blobId2?: string
office?: string