Documentation
collections/mod
ObjectXorKeys
Type Alias ObjectXorKeys<T, U, X, Y>
Object
Xor
Keys
<
T
,
U
,
X
,
Y
>
:
Y
Object with keys in either T or U but not in both
Type Parameters
T
U
X
=
Omit
<
T
,
keyof
U
>
&
Omit
<
U
,
keyof
T
>
Y
=
{
[
K
in
keyof
X
]
:
X
[
K
]
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Documentation
Object with keys in either T or U but not in both