Configuration for putting (creating or overwriting) and incrementing a numeric context value.
Extends IncrementSettings to allow specifying an initial value if the key doesn't exist.
Type declaration
OptionalinitialValue?: number
The initial value to use if the key doesn't exist yet, before incrementing.
IMPORT_PATH:
"@daiso-tech/core/execution-context/contracts"Configuration for putting (creating or overwriting) and incrementing a numeric context value. Extends IncrementSettings to allow specifying an initial value if the key doesn't exist.