import { z } from "zod"; export { z as schema }; export type InferSchema = z.infer;