type alias z.objectUtil.MergeShapesimport { type z } from "https://dotland.deno.dev/x/zod@v3.22.2/index.ts"; const { MergeShapes } = z.objectUtil; Type ParametersUVdefinition: [k in Exclude<keyof U, keyof V>]: U[k] & V