gatelineAPI reference
interface SyncPlanEntry {
    approval: PrApproval;
    gate: "G2";
    message: string;
    slug: string;
    source: string;
}

Hierarchy (View Summary)

Properties

approval: PrApproval
gate: "G2"
message: string
slug: string
source: string