Skip to main content
Module

x/zod/types.ts>ZodObject#omit

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

Type Parameters

Mask extends util.Exactly<[k in keyof T]?: true, Mask>

Returns

ZodObject<Omit<T, keyof Mask>, UnknownKeys, Catchall>