Type alias MediatorMiddlewareInput<Context>

MediatorMiddlewareInput<Context>: {
    pendingChanges: Nullable<AtLeastOneOf<Context>>;
}

Represents the data passed to middleware functions.

Type Parameters

Type declaration