import { type z } from "https://deno.land/x/zod@v3.21.0/index.ts";
const { Passthrough } = z;
Type Parameters
UnknownKeys extends UnknownKeysParam
definition: UnknownKeys extends "passthrough" ? { [k: string]: unknown; } : unknown
import { type z } from "https://deno.land/x/zod@v3.21.0/index.ts";
const { Passthrough } = z;