z.ZodDateDef
import type { z } from "https://esm.sh/zod@3.25.76/index.d.cts";
const { ZodDateDef } = z;interface ZodDateDef extends ZodTypeDef {
checks: ZodDateCheck[];
coerce: boolean;
typeName: ZodFirstPartyTypeKind.ZodDate;
}import type { z } from "https://esm.sh/zod@3.25.76/index.d.cts";
const { ZodDateDef } = z;