import { type MergeAllMaps } from "https://deno.land/x/fathym_common@v0.0.141/src/src.deps.ts";
Merge all sets types definitions from keys present in both objects
Type Parameters
optional
X = PartialByType<T, Map<unknown, unknown>>optional
Y = PartialByType<U, Map<unknown, unknown>>optional
Z = [K in keyof X & keyof Y]: Map<MapKeyType<X[K]> | MapKeyType<Y[K]>, MapValueType<X[K]> | MapValueType<Y[K]>>definition: Z