TS-Scribe - v1.2.0
    Preparing search index...

    Type Alias AsyncForEachSettledResult

    Return type of asyncForEachSettled.

    type AsyncForEachSettledResult = {
        errors: AsyncErrorInfo[];
    }
    Index

    Properties

    Properties

    errors: AsyncErrorInfo[]

    Errors collected during processing, in the order they were discovered.