IncrementSettings: { max?: number | null; nbr?: number }

IMPORT_PATH: "@daiso-tech/core/execution-context/contracts"

Configuration for incrementing a numeric context value. Used when updating an existing context value.

Type declaration

  • Optionalmax?: number | null

    Maximum value cap. If set and the result would exceed this, the value is capped at max.

    null (no maximum)
    
  • Optionalnbr?: number

    The amount to increment by

    1