Module

x/zod/mod.ts>z.util.OmitKeys

TypeScript-first schema validation with static type inference
Extremely Popular
Go to Latest
type alias z.util.OmitKeys
import { type z } from "https://dotland.deno.dev/x/zod@v3.22.4/mod.ts";
const { OmitKeys } = z.util;

Type Parameters

T
K extends string
definition: Pick<T, Exclude<keyof T, K>>