Type Alias ConstantBackoffSettingsEnum

ConstantBackoffSettingsEnum: Omit<ConstantBackoffSettings, "_mathRandom"> & {
    type: typeof BACKOFFS["CONSTANT"];
}

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