????

Your IP : 3.129.209.49


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/typeorm/common/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/typeorm/common/EntityTarget.d.ts

import { ObjectType } from "./ObjectType";
import { EntitySchema } from "..";
/**
 * Entity target.
 */
export type EntityTarget<Entity> = ObjectType<Entity> | EntitySchema<Entity> | string | {
    type: Entity;
    name: string;
};