Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/zod/types.ts>ZodObject#pick

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
method ZodObject.prototype.pick
import { ZodObject } from "https://deno.land/x/zod@v3.20.4/types.ts";

Returns

ZodObject<Pick<T, Extract<keyof T, keyof Mask>>, UnknownKeys, Catchall>