I am using the zod library to validate my react forms. I am using this schema.
import * as zod from "zod"; export const appointmentSchema = zod.object(