Type Alias RemoveDataStorageOperation

RemoveDataStorageOperation: {
    operation: "remove";
    value: JSONSerializable;
}

List only: removes the first instance of value found in the list.

Type declaration

  • Readonlyoperation: "remove"
  • Readonlyvalue: JSONSerializable

    A value for the operation to apply against the current data storage value.

DataStorageOperation for all possible operation subtypes.