feat: breakfast choice
This commit is contained in:
5
types/components/enterDetails/breakfast.ts
Normal file
5
types/components/enterDetails/breakfast.ts
Normal file
@@ -0,0 +1,5 @@
|
||||
import { z } from "zod"
|
||||
|
||||
import { breakfastSchema } from "@/components/HotelReservation/EnterDetails/Breakfast/schema"
|
||||
|
||||
export interface BreakfastSchema extends z.output<typeof breakfastSchema> {}
|
||||
Reference in New Issue
Block a user