Skip to main content
Module

x/zod/types.ts>baseObjectInputType

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

Type Parameters

Shape extends ZodRawShape
definition: objectUtil.flatten<objectUtil.addQuestionMarks<[k in keyof Shape]: Shape[k]["_input"]>>