class z.ZodDate extends ZodType<Date, ZodDateDef>import { z } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; const { ZodDate } = z; PropertiesreadonlymaxDatereadonlyminDateMethods_addCheck(check: ZodDateCheck)_parse(input: ParseInput): ParseReturnType<this["_output"]>max(maxDate: Date, message?: errorUtil.ErrMessage)min(minDate: Date, message?: errorUtil.ErrMessage)Static Propertiescreate: (params?: RawCreateParams & { coerce?: boolean; }) => ZodDate