type alias z.CatchallInputimport { type z } from "https://dotland.deno.dev/x/zod@v3.23.7/index.ts"; const { CatchallInput } = z; Type ParametersT extends ZodTypedefinition: ZodType extends T ? unknown : { [k: string]: T["_input"]; }