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.21.4/types.ts";
definition: objectUtil.addQuestionMarks<[k in keyof Shape]: Shape[k]["_input"]>