@servicenow/sdk - v4.7.0
Preparing search index...
@servicenow/sdk/core
FilterIn
Type Alias FilterIn<T, U, Mode>
FilterIn
:
T
extends
object
?
{
[
K
in
keyof
Pick
<
T
,
SelectKeys
<
T
,
U
,
Mode
>
>
]
:
U
&
T
[
K
]
}
:
T
Construct a new type with only the properties of T 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 only the properties of T which are assignable to U