Type Alias AddDataStorageOperation
Type declaration
Readonly
operation: "add"Readonly
value: number | JSONSerializable[]A value for the operation to apply against the current data storage value.
See
DataStorageOperation for all possible operation subtypes.
Adds
value
to the current value of the key, if both the current value andvalue
are arrays thenvalue
will be appended to the current value.