diff --git a/types/sequelize/index.d.ts b/types/sequelize/index.d.ts index 187321f90f..47e6039f89 100644 --- a/types/sequelize/index.d.ts +++ b/types/sequelize/index.d.ts @@ -4562,10 +4562,10 @@ declare namespace sequelize { bind?: Object | string[]; /** - * Force the query to use the write pool, regardless of the query type. - * - * Defaults to false - */ + * Force the query to use the write pool, regardless of the query type. + * + * Defaults to false + */ useMaster?: boolean; /**