Skip to content

Commit a91cc5b

Browse files
authored
fix(recommend): declare type before usage (#1399)
1 parent 6882ec8 commit a91cc5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export type RecommendModel = 'related-products' | 'bought-together' | TrendingModel;
21
export type TrendingModel = 'trending-items' | 'trending-facets';
2+
export type RecommendModel = 'related-products' | 'bought-together' | TrendingModel;

0 commit comments

Comments
 (0)