method z.ZodObject.prototype.extendimport { z } from "https://dotland.deno.dev/x/zod@v3.21.3/index.ts"; const { ZodObject } = z; extend<Augmentation extends ZodRawShape>(augmentation: Augmentation): ZodObject<objectUtil.extendShape<T, Augmentation>, UnknownKeys, Catchall>Type ParametersAugmentation extends ZodRawShapeParametersaugmentation: AugmentationReturnsZodObject<objectUtil.extendShape<T, Augmentation>, UnknownKeys, Catchall>