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