nestjs-temporal-core
Preparing search index...
WorkflowResultType
Type Alias WorkflowResultType<W>
WorkflowResultType
:
ReturnType
<
W
>
extends
Promise
<
infer
R
>
?
R
:
never
Get the "unwrapped" return type (without Promise) of the execute handler from Workflow type
W
Type Parameters
W
extends
Workflow
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
nestjs-temporal-core
Loading...
Get the "unwrapped" return type (without Promise) of the execute handler from Workflow type
W