export interface Blob { id?: string; name: string; path: string; contentType: string; downloadURL: string; }