gatelineAPI reference

Mirrors runner-api.ts's PendingIntent (server side of this relay).

interface PendingIntent {
    baseOid?: string;
    body: string;
    branch: string;
    key: string;
    role: string;
    round: null | number;
    slug: string;
    task: null | string;
    timeoutMs: number;
}

Properties

baseOid?: string
body: string
branch: string
key: string
role: string
round: null | number
slug: string
task: null | string
timeoutMs: number