Type Alias OrDataStorageOperation

OrDataStorageOperation: {
    operation: "or";
    value: number;
}

Applies a bitwise OR to the current value of the key with value.

Type declaration

  • Readonlyoperation: "or"
  • Readonlyvalue: number

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

DataStorageOperation for all possible operation subtypes.