Skip to main content
Module

x/zod/external.ts>CatchallInput

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