gatelineAPI reference
interface PrProvider {
    approval(branch: string): Promise<null | PrApproval>;
}

Implemented by

Methods

Methods