type alias objectUtil.extendShapeimport { type objectUtil } from "https://dotland.deno.dev/x/zod@v3.22.2/index.ts"; const { extendShape } = objectUtil; Type ParametersABdefinition: flatten<Omit<A, keyof B> & B>