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