/** * Interface of the server (auto-generated code) */ import { z as zod } from "zod"; export const ZodLong = zod.number(); export type Long = zod.infer;