import { type z } from "https://dotland.deno.dev/x/zod@v3.21.4/mod.ts";
const { PassthroughType } = z;
Type Parameters
T extends UnknownKeysParam
definition: T extends "passthrough" ? { [k: string]: unknown; } : unknown
import { type z } from "https://dotland.deno.dev/x/zod@v3.21.4/mod.ts";
const { PassthroughType } = z;