We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SmartFieldFilterer
1 parent 9daaa3d commit 6d0b7d1Copy full SHA for 6d0b7d1
types/index.d.ts
@@ -248,7 +248,7 @@ export interface SmartFieldFiltererFilter {
248
}
249
250
export interface SmartFieldFilterer {
251
- (filter: SmartFieldFiltererFilter): Sequelize.WhereOptions;
+ (filter: SmartFieldFiltererFilter): Sequelize.WhereOptions | Promise<Sequelize.WhereOptions>;
252
253
254
export interface SegmentAggregationCreator<M extends Sequelize.Model = any> {
0 commit comments