/** * Interface of the server (auto-generated code) */ import { z as zod } from "zod"; export const ZodTimestamp = zod.string().datetime({ precision: 3 }); export type Timestamp = zod.infer;