Type Alias ZodDateCheck

ZodDateCheck:
    | { kind: "min"; message?: string; value: number }
    | { kind: "max"; message?: string; value: number }