Skip to content

Commit 8b55033

Browse files
committed
Remove unused types
1 parent f2718b0 commit 8b55033

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

app/api/search/facets/[facet]/route.tsx

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
import { NextRequest, NextResponse } from "next/server";
22
import { CollectionsApi } from "@/src/utils/apiClients/apiClients";
3-
import { Filter } from "@/src/types/FilterType";
4-
5-
export interface SearchParamsType {
6-
q: string;
7-
filters: Filter[];
8-
}
9-
10-
export type SearchProps = {
11-
searchParams: SearchParamsType;
12-
};
133

144
export const GET = async (
155
request: NextRequest,

0 commit comments

Comments
 (0)