feat(SW-176): add schemas

This commit is contained in:
Fredrik Thorsson
2024-08-22 15:03:41 +02:00
parent 31b239c577
commit deb3151edc
5 changed files with 79 additions and 1 deletions

View File

@@ -21,11 +21,13 @@ import {
validateHotelPageSchema,
} from "../contentstack/hotelPage/output"
import {
getAvailabilityInputSchema,
getFiltersInputSchema,
getHotelInputSchema,
getRatesInputSchema,
} from "./input"
import {
getAvailabilitySchema,
getFiltersSchema,
getHotelDataSchema,
getRatesSchema,