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