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