Skip to main content
Module

x/zod/external.ts>noUnrecognized

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias noUnrecognized
import { type noUnrecognized } from "https://deno.land/x/zod@v3.21.4/external.ts";

Type Parameters

Obj extends object
Shape extends object
definition: [k in keyof Obj]: k extends keyof Shape ? Obj[k] : never