BACKOFFS: {
    CONSTANT: "CONSTANT";
    EXPONENTIAL: "EXPONENTIAL";
    LINEAR: "LINEAR";
    POLYNOMIAL: "POLYNOMIAL";
} = ...

Discriminant constants that identify the type of backoff algorithm. Used as the type field in BackoffSettingsEnum discriminated unions.

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