renovate/lib/types/index.ts
2022-11-20 07:34:23 +00:00

15 lines
588 B
TypeScript

export type { CommitMessageJSON } from './commit-message-json';
export type { HostRule, HostRuleSearchResult } from './host-rules';
export type { SkipReason } from './skip-reason';
export type { RangeStrategy } from './versioning';
export type { BranchStatus } from './branch-status';
export type {
VulnerabilityPackage,
SecurityVulnerability,
SecurityAdvisory,
VulnerabilityAlert,
} from './vulnerability-alert';
export type { PrState } from './pr-state';
export type { ModuleApi, RenovatePackageJson } from './base';
export type AutoMergeType = 'branch' | 'pr' | 'pr-comment';