Type Alias ConstantBackoffSettingsEnum

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

ConstantBackoffSettings tagged with a type discriminant for use in serialised backoff configuration unions.

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

Type declaration

  • type: typeof BACKOFFS["CONSTANT"]

    Discriminant identifying this as the constant backoff algorithm.