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