Module

x/zod/types.ts>CatchallInput

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias CatchallInput
import { type CatchallInput } from "https://dotland.deno.dev/x/zod@v3.22.4/types.ts";
definition: ZodTypeAny extends T ? unknown : { [k: string]: T["_input"]; }