mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
change ResultSet.rows from Object[] to any[]
This commit is contained in:
Vendored
+1
-1
@@ -50,7 +50,7 @@ declare module "any-db" {
|
||||
/**
|
||||
* Result rows
|
||||
*/
|
||||
rows: Object[];
|
||||
rows: any[];
|
||||
/**
|
||||
* Result field descriptions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user