Skip to main content
Module

x/zod/index.ts>z.objectUtil.addQuestionMarks

TypeScript-first schema validation with static type inference
Extremely Popular
Latest
type alias z.objectUtil.addQuestionMarks
import { type z } from "https://deno.land/x/zod@v3.23.6/index.ts";
const { addQuestionMarks } = z.objectUtil;

Type Parameters

T extends object
optional
_O = any
definition: [K in requiredKeys<T>]: T[K] & [K in optionalKeys<T>]?: T[K] & [k in keyof T]?: unknown