RetryOptions: {
    delay?: number;
}

Options for the retry function.

Type declaration

  • Optional delay?: number