@suluk/cockpit - v0.2.0
    Preparing search index...

    Interface Gate

    interface Gate {
        id: string;
        title: string;
        status: GateStatus;
        detail: string;
        action?: string;
    }
    Index

    Properties

    id: string
    title: string
    status: GateStatus
    detail: string
    action?: string

    the command to run to advance this gate (undefined ⇒ nothing to do)