import { type z } from "https://dotland.deno.dev/x/zod@v3.22.2/index.ts";
const { CatchallInput } = z;
Type Parameters
T extends ZodTypeAny
definition: ZodTypeAny extends T ? unknown : { [k: string]: T["_input"]; }
import { type z } from "https://dotland.deno.dev/x/zod@v3.22.2/index.ts";
const { CatchallInput } = z;