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://dotland.deno.dev/x/zod@v3.23.2/types.ts";

Type Parameters

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

Returns

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