

export interface BlobToBase64Params {
    blob: Blob, 
    acceptedTypes?: string[]
}