type MiddlewareHandler = (context: TOperations[TMethod]["context"], next: () => Promise<TOperations[TMethod]["result"]>) => Promise<TOperations[TMethod]["result"]>
Type Aliases
MiddlewareHandler
Middleware function for a specific operation.
Last modified on July 27, 2026