Documentation
collections/mod
MergeAllSets
Type Alias MergeAllSets<T, U, X, Y, Z>
Merge
All
Sets
<
T
,
U
,
X
,
Y
,
Z
>
:
Z
Merge all sets types definitions from keys present in both objects
Type Parameters
T
U
X
=
PartialByType
<
T
,
Set
<
unknown
>
>
Y
=
PartialByType
<
U
,
Set
<
unknown
>
>
Z
=
{
[
K
in
keyof
X
&
keyof
Y
]
:
Set
<
SetValueType
<
X
[
K
]
>
|
SetValueType
<
Y
[
K
]
>
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Merge all sets types definitions from keys present in both objects