????

Your IP : 18.222.153.166


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/browser/common/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/browser/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;
};