UseType
@tsed/platform-params
Usage
typescript
import { UseType } from "@tsed/platform-params";See /packages/platform/platform-params/src/decorators/useType.ts.
Overview
ts
function UseType(useType: undefined | any | Type<any>): ParameterDecorator;Description
Set the type of the item collection.
Prefer CollectionOf usage.