interface RetryAddon {
    retry?: false | RetryOptions;
}

Properties

Properties

retry?: false | RetryOptions