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.
1 parent ba59b68 commit ffbfc05Copy full SHA for ffbfc05
packages/recommend/src/types/TrendingFacetsQuery.ts
@@ -1,3 +1,6 @@
1
import { TrendingQuery } from './TrendingQuery';
2
3
-export type TrendingFacetsQuery = Omit<TrendingQuery, 'model' | 'facetValue'>;
+export type TrendingFacetsQuery = Omit<
4
+ TrendingQuery,
5
+ 'model' | 'facetValue' | 'fallbackParameters' | 'queryParameters'
6
+>;
0 commit comments