change ResultSet.rows from Object[] to any[]

This commit is contained in:
Norgerman
2016-01-13 13:59:22 +08:00
parent 1984ea435f
commit 15b9154db2
+1 -1
View File
@@ -50,7 +50,7 @@ declare module "any-db" {
/**
* Result rows
*/
rows: Object[];
rows: any[];
/**
* Result field descriptions
*/