feat: filter route changes

This commit is contained in:
Fredrik Thorsson
2024-08-06 10:16:46 +02:00
parent c7bef7d1cf
commit 798d19d3c8
5 changed files with 37 additions and 39 deletions

View File

@@ -1,3 +1,3 @@
import { HotelFilter } from "@/server/routers/hotels/output"
export type HotelFilterProps = { filter: HotelFilter[] }
export type HotelFilterProps = { filters: HotelFilter }