UNPKG

@tunnel-cast/nestjs

Version:

## About This is a Tunnel-Cast - NestJS integration package, wrap the `cast` application into the `NestJS` building blocks.

11 lines (10 loc) 221 B
import { Type } from "@nestjs/common"; export declare class MetadataStorage { map: Map<string, { model: Type<any>; }>; constructor(models?: Array<{ name: string; model: any; }>); }