Skip to content

Commit 7ae80ff

Browse files
author
Brian Love
committed
The dialectOptions property should be of type Object as per the documentation: http://docs.sequelizejs.com/en/latest/api/sequelize/.
1 parent 17b2194 commit 7ae80ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sequelize/sequelize-2.0.0.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1383,7 +1383,7 @@ declare module "sequelize"
13831383
/**
13841384
* The dialect options that are passed to the underlying dialect library.
13851385
*/
1386-
dialectOptions?: any;
1386+
dialectOptions?: Object;
13871387

13881388
/**
13891389
* The host of the relational database. Default 'localhost'.

0 commit comments

Comments
 (0)