feat(SW-251): check for undefined

This commit is contained in:
Fredrik Thorsson
2024-09-05 13:25:46 +02:00
parent 6089af764a
commit 024a095dc6
4 changed files with 16 additions and 20 deletions

View File

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