Skip to content

Commit 50dd885

Browse files
committed
Remove FacetsCache and ParsedFilter types that are not used anymore
1 parent 28b9838 commit 50dd885

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/types/types.ts

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@ export type {
1515

1616
export type InstantSearchParams = AlgoliaMultipleQueriesQuery['params']
1717

18-
export type FacetsCache = {
19-
[category: string]: string[]
20-
}
21-
22-
export type ParsedFilter = {
23-
filterName: string
24-
value: string
25-
}
26-
2718
export const enum MatchingStrategies {
2819
ALL = 'all',
2920
LAST = 'last',

0 commit comments

Comments
 (0)