Discord.https - v3.0.16
Preparing search index...
index
_DistributiveOmit
Type Alias _DistributiveOmit<T, K>
_DistributiveOmit
:
T
extends
unknown
?
{
[
P
in
keyof
_Omit
<
T
,
K
>
]
:
_Omit
<
T
,
K
>
[
P
]
}
:
never
Allows omitting of keys from unions that are disjoint
Type Parameters
T
K
extends
_DistributiveKeys
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Discord.https - v3.0.16
Loading...
Allows omitting of keys from unions that are disjoint