Skip to content

MapOf

@tsed/schema

Usage

typescript
import { MapOf } from "@tsed/schema";

See /packages/specs/schema/src/types/decorators/collections/collectionOf.ts.

Overview

ts
function MapOf(type: any): MapOfChainedDecorators;

Description

Alias of GenericOf decorator.

Released under the MIT License.