????

Your IP : 3.141.18.167


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/error/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/error/RepositoryNotTreeError.d.ts

import { EntityTarget } from "../common/EntityTarget";
import { TypeORMError } from "./TypeORMError";
/**
 * Thrown when repository for the given class is not found.
 */
export declare class RepositoryNotTreeError extends TypeORMError {
    constructor(entityClass: EntityTarget<any>);
}