Skip to content

Commit aad3fde

Browse files
committed
fix(recommend): declare type before usage
1 parent 6882ec8 commit aad3fde

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)