????

Your IP : 216.73.216.131


Current Path : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/typeorm/common/
Upload File :
Current File : C:/inetpub/vhost/qnquyhoach.nextform.vn/api/node_modules/typeorm/common/ObjectType.d.ts

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