Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResponseSerializerContext<TRequest>

The context for a 'ResponseSerializer'.

Type parameters

  • TRequest: express.Request = express.Request

Hierarchy

  • ResponseSerializerContext

Index

Properties

Properties

request

request: TRequest

The request context.

response

response: Response

The response context.

result

result: any

The result of the wrapped request handler.

Generated using TypeDoc