ScmIntegrationRequest: {
    azure?: AzureIntegrationRequest | null;
    github?: GithubIntegrationRequest | null;
    gitlab?: GitlabIntegrationRequest | null;
}

Type declaration