feat(SW-251): set up filter route

This commit is contained in:
Fredrik Thorsson
2024-09-04 13:44:16 +02:00
parent 21d8a5835a
commit 3f6e2ca06e
5 changed files with 129 additions and 29 deletions

View File

@@ -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(),
})