Update node-mysql-wrapper.d.ts

This commit is contained in:
Makis Maropoulos
2015-08-16 09:22:16 +03:00
parent cbf7ea23a7
commit 2e819ab29d

View File

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