????

Your IP : 3.16.157.168


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

import { TypeORMError } from "./TypeORMError";
/**
 * Thrown when method expects entity but instead something else is given.
 */
export declare class MustBeEntityError extends TypeORMError {
    constructor(operation: string, wrongValue: any);
}