Type Alias UpdateDataStorageOperation
Type declaration
Readonly
operation: "update"Readonly
value: JSONSerializableA value for the operation to apply against the current data storage value.
See
DataStorageOperation for all possible operation subtypes.
Dict only: Updates the dictionary with the specified elements given in
value
creating new keys, or updating old ones if they previously existed.