????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/typeorm/error/ |
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); }