import { EntitySchema } from 'typeorm'; export type EntityClassOrSchema = Function | EntitySchema;