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