export interface RepoConfig {
    repo: string;
    branch: string;
    basePath: string;
}
