import { z } from "https://deno.land/x/pup@1.0.0-alpha-19/deps.ts";
const { ZodObject } = z;
Type Parameters
Augmentation extends ZodRawShape
Parameters
augmentation: Augmentation
Returns
ZodObject<objectUtil.extendShape<T, Augmentation>, UnknownKeys, Catchall>