import { type z } from "https://deno.land/x/pup@1.0.0-alpha-32/deps.ts";
const { baseObjectInputType } = z;
Type Parameters
Shape extends ZodRawShape
definition: objectUtil.addQuestionMarks<[k in keyof Shape]: Shape[k]["_input"]>
import { type z } from "https://deno.land/x/pup@1.0.0-alpha-32/deps.ts";
const { baseObjectInputType } = z;