import { type z } from "https://deno.land/x/pup@1.0.0-alpha-32/deps.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/pup@1.0.0-alpha-32/deps.ts";
const { CatchallInput } = z;