/** * SCM provider that owns the rate-limit bucket. */ export type GitXRateLimitProvider = 'AZURE_REPOS' | 'BITBUCKET' | 'BITBUCKET_SERVER' | 'GITHUB' | 'GITLAB';