# UseType Decorator operation input alias

Module
import { UseType } from "@tsed/common"
Source/packages/common/src/mvc/decorators/params/useType.ts

# Overview

function UseType(type: any | Type<any>): <T>(target: Type<any>, propertyKey: string, index: number) => void;

# Description

Set the type of the item colllection.

Prefer usage.