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> {}
|
||||
4
types/enums/breakfast.ts
Normal file
4
types/enums/breakfast.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
export enum breakfastEnum {
|
||||
BREAKFAST = "BREAKFAST",
|
||||
NO_BREAKFAST = "NO_BREAKFAST",
|
||||
}
|
||||
Reference in New Issue
Block a user