jimpex
    Preparing search index...

    Type Alias EventPayload<T>

    EventPayload: { app: Jimpex } & T

    The base payload the events emitted by the application send.

    Type Parameters

    • T = Record<string, unknown>

      Extra properties beside the reference to the application.

    Type Declaration

    • app: Jimpex

      A reference to the application.