import { z } from "https://deno.land/x/zod@v3.22.2/index.ts";
const { ZodObject } = z;
Type Parameters
Augmentation extends ZodRawShape
Parameters
augmentation: Augmentation
Returns
ZodObject<objectUtil.extendShape<T, Augmentation>, UnknownKeys, Catchall>