Skip to content

Commit

Permalink
Update packages/client-search/src/types/SearchResponse.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroenv committed Jun 10, 2021
1 parent fcd2766 commit 3841ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/client-search/src/types/SearchResponse.ts
Expand Up @@ -226,5 +226,5 @@ export type SearchResponse<TObject = {}> = {
*/
appliedRelevancyStrictness?: number;

readonly renderingContent?: Settings['renderingContent'];
renderingContent?: Settings['renderingContent'];
};

0 comments on commit 3841ab9

Please sign in to comment.