????
Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/typeorm/common/ |
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/typeorm/common/ObjectType.d.ts |
/** * Represents some Type of the Object. */ export type ObjectType<T> = { new (): T; } | Function;