Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Req

Type of the Req metadata

see

ReqDecorator

Hierarchy

Index

Properties

Optional paramName

paramName: undefined | string

Optional parse

parse: undefined | function

Optional required

required: undefined | true | false

resolve

resolve: function

Type declaration

    • (options: Req, req: Request): any
    • Parameters

      • options: Req
      • req: Request

      Returns any

Optional type

type: any

Optional validate

validate: undefined | function

Generated using TypeDoc