Skip to content

UseParamType

@tsed/platform-params

Usage

typescript
import { UseParamType } from "@tsed/platform-params";

See /packages/platform/platform-params/src/types/decorators/useParamType.ts.

Overview

ts
function UseParamType(options: ParamOptions): any;

Description

Get the object from request (like body, params, query, etc...).

Released under the MIT License.