????
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/NoConnectionOptionError.d.ts |
import { TypeORMError } from "./TypeORMError"; /** * Thrown when some option is not set in the connection options. */ export declare class NoConnectionOptionError extends TypeORMError { constructor(optionName: string); }