export interface SourceCode { filename: string; content?: string; files: string[]; directory: string; command: string; }