Skip to main content
Module

x/fathym_common/deps.ts>MergeAllSets

The Fathym Reference Architecture provides the common foundation for applications built in Typescript.
Go to Latest
type alias MergeAllSets
import { type MergeAllSets } from "https://deno.land/x/fathym_common@v0.0.179/deps.ts";

Merge all sets types definitions from keys present in both objects

Type Parameters

T
U
optional
X = PartialByType<T, Set<unknown>>
optional
Y = PartialByType<U, Set<unknown>>
optional
Z = [K in keyof X & keyof Y]: Set<SetValueType<X[K]> | SetValueType<Y[K]>>
definition: Z