diff --git a/node-mysql-wrapper/node-mysql-wrapper.d.ts b/node-mysql-wrapper/node-mysql-wrapper.d.ts index 01506396f..0a0bd60f2 100644 --- a/node-mysql-wrapper/node-mysql-wrapper.d.ts +++ b/node-mysql-wrapper/node-mysql-wrapper.d.ts @@ -102,7 +102,7 @@ declare module "node-mysql-wrapper" { } interface MySQLWrapper { - constructor(connection?: MySQLConnection); + new (connection?: MySQLConnection): MySQLWrapper; setConnection(connection: MySQLConnection): void;