Interface GetBlobsWithBlobIdRequest

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

Properties

Properties

blobId: string
office?: string