export interface IFile { filePath: string; data: string; }