ArrayOf
@tsed/schema
Usage
typescript
import { ArrayOf } from "@tsed/schema";
See /packages/specs/schema/src/types/decorators/collections/collectionOf.ts.
Overview
ts
function ArrayOf(type: any): ArrayOfChainedDecorators;
Description
Alias of GenericOf decorator.