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://dotland.deno.dev/x/zod@v3.23.0-beta.0/types.ts";
definition: objectUtil.addQuestionMarks<[k in keyof Shape]: Shape[k]["_input"]>