Type alias EventPayload<T>

EventPayload<T>: {
    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.

Generated using TypeDoc