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 6882ec8 commit aad3fdeCopy full SHA for aad3fde
packages/recommend/src/types/RecommendModel.ts
@@ -1,2 +1,2 @@
1
-export type RecommendModel = 'related-products' | 'bought-together' | TrendingModel;
2
export type TrendingModel = 'trending-items' | 'trending-facets';
+export type RecommendModel = 'related-products' | 'bought-together' | TrendingModel;
0 commit comments