feat: add router for filters

This commit is contained in:
Fredrik Thorsson
2024-07-12 12:10:54 +02:00
parent 10bb946a90
commit ebfe4d45dc
9 changed files with 109 additions and 16 deletions

View File

@@ -0,0 +1,3 @@
import { Filter } from "@/server/routers/hotels/output"
export type HotelFilterProps = { filter: Filter }