nestjs-temporal-core
    Preparing search index...

    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