Documentation
    Preparing search index...

    Type Alias Terminalware<Input, Output, Context>

    Terminalware: (
        context: MiddlewareExecutionContext<Context>,
    ) => FinalizeHandler<Input, Output>

    A factory function that creates the terminal handler atop which a middleware stack sits.

    Type Parameters

    • Input extends object
    • Output extends object
    • Context extends object = object