feat(SW-251): use availability to get hotel

This commit is contained in:
Fredrik Thorsson
2024-09-09 10:02:35 +02:00
parent 024a095dc6
commit 8c530658c5
7 changed files with 64 additions and 120 deletions

View File

@@ -1,5 +0,0 @@
import { HotelFilters } from "@/server/routers/hotels/output"
export type HotelFilterProps = {
filters: HotelFilters
}