UNPKG

@nestjs/typeorm

Version:

Nest - modern, fast, powerful node.js web framework (@typeorm)

3 lines (2 loc) 99 B
import { EntitySchema } from 'typeorm'; export type EntityClassOrSchema = Function | EntitySchema;