@servicenow/sdk - v4.9.0
Preparing search index...
@servicenow/sdk/automation
<internal>
ActivityEntryTypes
Type Alias ActivityEntryTypes<T>
ActivityEntryTypes
:
T
extends
Record
<
string
,
AnyTypedEntry
>
?
{
[
K
in
keyof
T
]
?:
TypeOf
<
T
[
K
]
>
}
:
{}
Extract TS types from a map of Typed entries (all optional — for inputs and experience properties)
Type Parameters
T
extends
Record
<
string
,
AnyTypedEntry
>
|
undefined
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@servicenow/sdk - v4.9.0
Loading...
Extract TS types from a map of Typed entries (all optional — for inputs and experience properties)