Skip to content

Commit

Permalink
[NO-CSL] Update recommendation response types (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
esezen committed Nov 2, 2023
1 parent e39f25e commit 2c2c5f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/recommendations.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export interface RecommendationsRequestType extends Record<string, any> {
}

export interface RecommendationsResponseType extends Record<string, any> {
results: Partial<RecommendationsResultType>;
results: Partial<RecommendationsResultType>[];
total_num_results: number;
pod: {
id: string;
Expand Down

0 comments on commit 2c2c5f5

Please sign in to comment.