????

Your IP : 18.222.94.214


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/ObjectType.d.ts

/**
 * Represents some Type of the Object.
 */
export type ObjectType<T> = {
    new (): T;
} | Function;