type alias z.ZodDateCheckimport { type z } from "https://deno.land/x/deno_books@v1.4.0/deps.ts"; const { ZodDateCheck } = z; definition: { kind: "min"; value: number; message?: string; } | { kind: "max"; value: number; message?: string; }