export interface NewFile { filePath: string; customData?: any; }