feat(SW-176): use the availability endpoint

This commit is contained in:
Fredrik Thorsson
2024-08-29 15:25:21 +02:00
parent d11554168f
commit 3c82a8b4b5
6 changed files with 63 additions and 29 deletions

View File

@@ -18,5 +18,3 @@ export type HotelTripAdvisor =
| undefined
export type RoomData = z.infer<typeof roomSchema>
export type Availability = z.infer<typeof getAvailabilitySchema>