Type Alias UserScmInfoResponse
UserScmInfoResponse: {
provider: "GITHUB" | "GITLAB" | "BITBUCKET" | "AZURE" | "GITLAB_ONPRM";
secretName: string;
}
Type declaration
provider: "GITHUB" | "GITLAB" | "BITBUCKET" | "AZURE" | "GITLAB_ONPRM"
secretName: string
Provider type