export interface DocumentationFile {
    sourcePath: string;
    name: string;
    language: string;
    contents: string;
}
