Preparing search index...
The search index is not available
Airship Core
Airship Core
ExcludeKeys
Type alias ExcludeKeys<T, U>
Exclude
Keys
<
T
,
U
>
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
U
?
never
:
K
}
[
keyof
T
]
Returns a union of all the keys of T whose values do not extend from U
Type Parameters
T
U
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Airship Core
Loading...
Returns a union of all the keys of T whose values do not extend from U