DecrementSettings: { min?: number | null; nbr?: number }

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

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

Type declaration

  • Optionalmin?: number | null

    Minimum value floor. If set and the result would be below this, the value is floored at min.

    null (no minimum)
    
  • Optionalnbr?: number

    The amount to decrement by

    1