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