export interface FileModel { contentType: string; id: string; length: number; mD5Hash: string; name: string; }