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