UseParamType
@tsed/platform-params
Usage
typescript
import { UseParamType } from "@tsed/platform-params";See /packages/platform/platform-params/src/decorators/useParamType.ts.
Overview
ts
function UseParamType(options: ParamOptions): any;Description
Get the object from request (like body, params, query, etc...).