UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

5 lines (4 loc) 280 B
import type { Pr } from '../../../../modules/platform'; import type { BranchConfig } from '../../../types'; export declare function handleClosedPr(config: BranchConfig, pr: Pr): Promise<void>; export declare function handleModifiedPr(config: BranchConfig, pr: Pr): Promise<void>;