/** * File Metadata */ export interface FileMetadata { downloadUrl: string; filename: string; id: string; sha256: string; }