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