aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/newlightbox/RecommendationList/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/views/newlightbox/RecommendationList/utils.ts')
-rw-r--r--src/client/views/newlightbox/RecommendationList/utils.ts9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/client/views/newlightbox/RecommendationList/utils.ts b/src/client/views/newlightbox/RecommendationList/utils.ts
new file mode 100644
index 000000000..cdfff3258
--- /dev/null
+++ b/src/client/views/newlightbox/RecommendationList/utils.ts
@@ -0,0 +1,9 @@
+import { IRecommendation } from "../components";
+
+export interface IRecommendationList {
+ loading?: boolean,
+ keywords?: string[],
+ recs?: IRecommendation[]
+ getRecs?: any
+}
+