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