Skip to content

Commit 64534a3

Browse files
authored
fix types (#423)
1 parent 0bde26a commit 64534a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types/recommendations.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export interface RecommendationsResponse extends Record<string, any> {
4040

4141
export interface RecommendationsRequestType extends Record<string, any> {
4242
num_results: number;
43-
item_id: string;
43+
item_id: string | string[];
4444
filters: {
4545
group_id: string;
4646
[key: string]: any;

0 commit comments

Comments
 (0)