Variable baseFacetResponseSelectorConst
baseFacetResponseSelector: (
state: Partial<SearchSection>,
id: string,
) => AnyFacetResponse | undefined
Type declaration
- (state: Partial<SearchSection>, id: string): AnyFacetResponse | undefined
Parameters
- state: Partial<SearchSection>
- id: string
Returns AnyFacetResponse | undefined