@jiminp/tooltool
    Preparing search index...

    Type Alias Retryable<T>

    Retryable: (info: Readonly<RetryInfo>) => Promise<T>

    An async function that can be retried.

    Type Parameters

    • T

      The resolved return type.

    Type Declaration