export interface BlobWithUrl { blob: Blob; url: string; }