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

@@ -13,3 +13,7 @@ export const getHotelInputSchema = z.object({
export const getRatesInputSchema = z.object({
hotelId: z.string(),
})
export const getFiltersInputSchema = z.object({
hotelId: z.string(),
})