Skip to main content
Module

x/omdb/deps.ts>z.ZodDateCheck

Access OMDb's API with Deno.
Go to Latest
type alias z.ZodDateCheck
import { type z } from "https://deno.land/x/omdb@v3.0.1/deps.ts";
const { ZodDateCheck } = z;
definition: { kind: "min"; value: number; message?: string; } | { kind: "max"; value: number; message?: string; }