gatelineAPI reference
interface SyncResult {
    approval: PrApproval;
    commit?: string;
    error?: string;
    gate: "G2";
    message: string;
    ok: boolean;
    slug: string;
    source: string;
}

Hierarchy (View Summary)

Properties

approval: PrApproval
commit?: string
error?: string
gate: "G2"
message: string
ok: boolean
slug: string
source: string