type-plus
Preparing search index...
ExcludePropType
Type Alias ExcludePropType<T, U>
ExcludePropType
:
{
[
k
in
keyof
T
]
:
Exclude
<
T
[
k
]
,
U
>
}
Exclude type U from properties in T.
Type Parameters
T
extends
Record
<
keyof
any
,
any
>
U
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
type-plus
Loading...
Exclude type U from properties in T.