Skip to content

UseType

@tsed/platform-params

Usage

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

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

Overview

ts
function UseType(useType: undefined | any | Type<any>): ParameterDecorator;

Description

Set the type of the item collection.

Prefer CollectionOf usage.

Released under the MIT License.