renovate
Version:
Automated dependency updates. Flexible so you don't need to be.
8 lines (7 loc) • 532 B
TypeScript
export declare const PLATFORM_HOST_TYPES: readonly ["azure", "bitbucket", "bitbucket-server", "codecommit", "gerrit", "gitea", "github", "gitlab", "local"];
export type PlatformId = (typeof PLATFORM_HOST_TYPES)[number];
export declare const GITEA_API_USING_HOST_TYPES: string[];
export declare const GITHUB_API_USING_HOST_TYPES: string[];
export declare const GITLAB_API_USING_HOST_TYPES: string[];
export declare const BITBUCKET_API_USING_HOST_TYPES: string[];
export declare const BITBUCKET_SERVER_API_USING_HOST_TYPES: string[];