Type alias RetryOptions

RetryOptions: { delayRamp?: DelayRampFunction; delayTimer?: number; maxAttempts?: number; onRetry?: OnRetryFunction; retryOnNetworkError?: boolean; until?: UntilFunction }

Type declaration

Generated using TypeDoc