String passed as an argument to the decorator.
Example: @Body('userId')
would yield userId
Underlying base type (e.g., String
) of the parameter, based on the type
definition in the route handler.
Indicates whether argument is a body, query, param, or custom parameter
Generated using TypeDoc
Interface describing a pipe implementation's
transform()
method metadata argument.Pipes