????

Your IP : 18.223.238.221


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

import { TypeORMError } from "./TypeORMError";
/**
 * Thrown when circular relations detected with nullable set to false.
 */
export declare class CircularRelationsError extends TypeORMError {
    constructor(path: string);
}