type alias z.extendShapeimport { type z } from "https://deno.land/x/zod@v3.21.0/mod.ts"; const { extendShape } = z; Type ParametersABdefinition: util.flatten<Omit<A, keyof B> & B>