@adviser/cement - v0.0.0
    Preparing search index...

    Type Alias ReadonlyTriggerCtxBase<INREQ, REQ, RES>

    ReadonlyTriggerCtxBase: Readonly<TriggerCtxBase<INREQ, RES>> & {
        id: string;
        send: EventoSend<INREQ, REQ, RES>;
        stats: TriggerStats;
    }

    Readonly version of the base trigger context.

    Type Parameters

    • INREQ
    • REQ
    • RES