Merged in chore/move-enter-details (pull request #2778)
Chore/move enter details Approved-by: Anton Gunnarsson
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
import { z } from "zod"
|
||||
|
||||
export type BreakfastFormSchema = z.infer<typeof breakfastFormSchema>
|
||||
export const breakfastFormSchema = z.object({
|
||||
breakfast: z.string().or(z.literal("false")),
|
||||
})
|
||||
Reference in New Issue
Block a user