export type GitHubParameter = {
    baseURL?: string;
    branch?: string;
    repository?: string;
};
