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