import { type z } from "https://deno.land/x/pup@1.0.0-beta.23/deps.ts";
const { PassthroughType } = z;
definition: T extends "passthrough" ? { [k: string]: unknown; } : unknown
import { type z } from "https://deno.land/x/pup@1.0.0-beta.23/deps.ts";
const { PassthroughType } = z;