Update node-mysql-wrapper.d.ts

This commit is contained in:
Makis Maropoulos
2015-08-16 09:19:49 +03:00
parent 05063b1f1f
commit cbf7ea23a7

View File

@@ -77,7 +77,7 @@ declare module "node-mysql-wrapper" {
}
interface MySQLModel {
public EQUAL_TO_PROPERTY_SYMBOL: string;
EQUAL_TO_PROPERTY_SYMBOL: string;
constructor(table: MySQLTable, jsObject: Object);