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

    Interface TriggerCtxBase<INREQ, RES>

    Base interface for trigger context containing core dependencies.

    The validated request type

    interface TriggerCtxBase<INREQ, RES> {
        ctx: AppContext;
        encoder: EventoEnDecoder<INREQ, RES>;
    }

    Type Parameters

    • INREQ

      The input request type

    • RES

      The response type

    Index

    Properties

    Properties