feat(SW-251): set up filter route
This commit is contained in:
@@ -22,5 +22,7 @@ export const getRatesInputSchema = z.object({
|
||||
})
|
||||
|
||||
export const getFiltersInputSchema = z.object({
|
||||
hotelId: z.string(),
|
||||
language: z.string(),
|
||||
country: z.string(),
|
||||
city: z.string(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user