Type Alias AddDataStorageOperation
Type declaration
Readonlyoperation: "add"Readonlyvalue: number | JSONSerializable[]A value for the operation to apply against the current data storage value.
See
DataStorageOperation for all possible operation subtypes.
Adds
valueto the current value of the key, if both the current value andvalueare arrays thenvaluewill be appended to the current value.