Module

x/zod/external.ts>ObjectPair

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias ObjectPair
import { type ObjectPair } from "https://dotland.deno.dev/x/zod@v3.23.0-beta.0/external.ts";
definition: { key: SyncParseReturnType<any>; value: SyncParseReturnType<any>; }