export interface IGitSource {
    branch: string;
    repo_clone_url: string;
}
