export default interface CodeRepositoryFile { fileContent: string; filePath: string; }