mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
The dialectOptions property should be of type Object as per the documentation: http://docs.sequelizejs.com/en/latest/api/sequelize/.
This commit is contained in:
Vendored
+1
-1
@@ -1383,7 +1383,7 @@ declare module "sequelize"
|
||||
/**
|
||||
* The dialect options that are passed to the underlying dialect library.
|
||||
*/
|
||||
dialectOptions?: any;
|
||||
dialectOptions?: Object;
|
||||
|
||||
/**
|
||||
* The host of the relational database. Default 'localhost'.
|
||||
|
||||
Reference in New Issue
Block a user