feat(SW-325): added pois to the list and dynamic map
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { z } from "zod"
|
||||
|
||||
import {
|
||||
getAvailabilitySchema,
|
||||
getHotelDataSchema,
|
||||
pointOfInterestSchema,
|
||||
roomSchema,
|
||||
} from "@/server/routers/hotels/output"
|
||||
|
||||
@@ -18,3 +18,6 @@ export type HotelTripAdvisor =
|
||||
| undefined
|
||||
|
||||
export type RoomData = z.infer<typeof roomSchema>
|
||||
|
||||
export type PointOfInterest = z.output<typeof pointOfInterestSchema>
|
||||
export type PointOfInterestCategory = PointOfInterest["category"]
|
||||
|
||||
Reference in New Issue
Block a user