File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 1
1
import type { FacetsStats } from './facetsStats' ;
2
+ import type { RenderingContent } from './renderingContent' ;
2
3
3
4
export type BaseSearchResponse = {
4
5
/**
@@ -97,4 +98,5 @@ export type BaseSearchResponse = {
97
98
* Lets you store custom data in your indices.
98
99
*/
99
100
userData ?: Record < string , any > ;
101
+ renderingContent ?: RenderingContent ;
100
102
} ;
Original file line number Diff line number Diff line change 1
1
import type { FacetsStats } from './facetsStats' ;
2
+ import type { RenderingContent } from './renderingContent' ;
2
3
3
4
export type BaseSearchResponse = {
4
5
/**
@@ -97,4 +98,5 @@ export type BaseSearchResponse = {
97
98
* Lets you store custom data in your indices.
98
99
*/
99
100
userData ?: Record < string , any > ;
101
+ renderingContent ?: RenderingContent ;
100
102
} ;
Original file line number Diff line number Diff line change 1
1
import type { FacetsStats } from './facetsStats' ;
2
+ import type { RenderingContent } from './renderingContent' ;
2
3
3
4
export type BaseSearchResponse = {
4
5
/**
@@ -97,4 +98,5 @@ export type BaseSearchResponse = {
97
98
* Lets you store custom data in your indices.
98
99
*/
99
100
userData ?: Record < string , any > ;
101
+ renderingContent ?: RenderingContent ;
100
102
} ;
You can’t perform that action at this time.
0 commit comments