durable-execution - v0.8.0
    Preparing search index...

    Type Alias SequentialDurableTasks<T>

    SequentialDurableTasks: T extends readonly []
        ? never
        : SequentialDurableTasksHelper<T>

    The type of a sequence of tasks. Disallows empty sequences and sequences with tasks that have different input and output types.

    Type Parameters