Skip to main content
Module

x/zod/mod.ts>Passthrough

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias Passthrough
import { type Passthrough } from "https://deno.land/x/zod@v3.21.1/mod.ts";
definition: UnknownKeys extends "passthrough" ? { [k: string]: unknown; } : unknown