interface BuildMiddleware<Input, Output> ((next, context) => BuildHandler<Input, Output>)

Type Parameters

  • Input extends object

  • Output extends object