export type RepoConfigType = {
    domain: string;
    repo: string;
    branch: string;
};
