export interface FileContentFact { kind: 'FileContent'; path: string; content: string; }