feat(SW-1012): remove title components
This commit is contained in:
@@ -51,10 +51,6 @@ 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