type alias z.ZodDateCheckimport { type z } from "https://dotland.deno.dev/x/zod@v3.20/mod.ts"; const { ZodDateCheck } = z; definition: { kind: "min"; value: number; message?: string; } | { kind: "max"; value: number; message?: string; }