export default interface IBFile { fileName: string; file?: File; blobId: string; fileType: number; fileLength: number; contentType: string; }