Interface BlobRef

interface BlobRef {
    blobId: BlobId;
    mimeType: undefined | string;
}

Properties

Properties

blobId: BlobId
mimeType: undefined | string