UNPKG

107 BTypeScriptView Raw
1import { EntitySchema } from 'typeorm';
2export declare type EntityClassOrSchema = Function | EntitySchema;