/** * Interface of the server (auto-generated code) */ import { z as zod } from "zod"; export const ZodLocalDate = zod.string().date(); export type LocalDate = zod.infer;