Skip to content

Commit

Permalink
feat(ml): update SmartSnippets preview response
Browse files Browse the repository at this point in the history
Fix type
  • Loading branch information
JTangCoveo committed Nov 14, 2023
1 parent d3f3241 commit 59be929
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export interface SmartSnippetsDocumentGroupPreview {
/**
* The total number of documents in the selected sources.
*/
numberOfDocuments: string;
numberOfDocuments: number;
/**
* The total number of documents in the selected sources.
*/
Expand Down

0 comments on commit 59be929

Please sign in to comment.