Type alias MediatorMiddlewareOutput<Context>

Represents the output data returned from middleware functions. Can be undefined (pass through), modified input data, or a cancel event.

Type Parameters