feat(SW-1012): remove title components

This commit is contained in:
Fredrik Thorsson
2024-12-17 11:42:32 +01:00
parent 0344d8f360
commit 66f6762b99
4 changed files with 17 additions and 30 deletions

View File

@@ -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({