Module

x/zod/mod.ts>z.PassthroughType

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias z.PassthroughType
import { type z } from "https://dotland.deno.dev/x/zod@v3.23.0-beta.0/mod.ts";
const { PassthroughType } = z;
definition: T extends "passthrough" ? { [k: string]: unknown; } : unknown