Type Alias ExponentialBackoffSettingsEnum

ExponentialBackoffSettingsEnum: Omit<ExponentialBackoffSettings, "_mathRandom"> & {
    type: typeof BACKOFFS["EXPONENTIAL"];
}

IMPORT_PATH: "@daiso-tech/core/backoff-policies"