feat(SW-1012): Added possibility for multiple include params for hotels
This commit is contained in:
committed by
Fredrik Thorsson
parent
92bbfcf533
commit
05006506f0
@@ -51,6 +51,10 @@ export const getHotelDataInputSchema = z.object({
|
||||
isCardOnlyPayment: z.boolean().optional(),
|
||||
})
|
||||
|
||||
export const getRestaurantsInputSchema = z.object({
|
||||
hotelId: z.string(),
|
||||
})
|
||||
|
||||
export type HotelDataInput = z.input<typeof getHotelDataInputSchema>
|
||||
|
||||
export const getBreakfastPackageInputSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user