Type alias MediatorContextModifier<Context>

MediatorContextModifier<Context>: ((ctx) => AtLeastOneOf<Context>)

Type Parameters

Type declaration

    • (ctx): AtLeastOneOf<Context>
    • Represents a context modifier function for Mediator events.

      Parameters

      • ctx: Readonly<Context>

      Returns AtLeastOneOf<Context>

Generated using TypeDoc