@servicenow/sdk - v4.7.0
Preparing search index...
@servicenow/sdk/core
FilterOut
Type Alias FilterOut<T, U, Mode>
FilterOut
:
T
extends
object
?
{
[
K
in
keyof
Pick
<
T
,
ExcludeKeys
<
T
,
U
,
Mode
>
>
]
:
T
[
K
]
}
:
T
Construct a new type with all the properties of T, except those which are assignable to U
Type Parameters
T
U
Mode
extends
"normal"
|
"invert"
=
"normal"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.7.0
Loading...
Construct a new type with all the properties of T, except those which are assignable to U