We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bde26a commit 64534a3Copy full SHA for 64534a3
1 file changed
src/types/recommendations.d.ts
@@ -40,7 +40,7 @@ export interface RecommendationsResponse extends Record<string, any> {
40
41
export interface RecommendationsRequestType extends Record<string, any> {
42
num_results: number;
43
- item_id: string;
+ item_id: string | string[];
44
filters: {
45
group_id: string;
46
[key: string]: any;
0 commit comments