Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

z.baseObjectInputType

import type { z } from "https://esm.sh/zod@3.25.76/index.d.cts"; 

const { baseObjectInputType } = z;
type baseObjectInputType<Shape extends ZodRawShape> = objectUtil.addQuestionMarks<[k in keyof Shape]: Shape[k]["_input"]>;

§Type Parameters

§
Shape extends ZodRawShape
[src]

§Type

§
objectUtil.addQuestionMarks<[k in keyof Shape]: Shape[k]["_input"]>
[src]