fix: prevent phone input from running validation on mount when empty
This commit is contained in:
6
types/requests/packages.ts
Normal file
6
types/requests/packages.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { z } from "zod"
|
||||
|
||||
import { getBreakfastPackageInputSchema } from "@/server/routers/hotels/input"
|
||||
|
||||
export interface BreackfastPackagesInput
|
||||
extends z.input<typeof getBreakfastPackageInputSchema> {}
|
||||
Reference in New Issue
Block a user