Type Alias AndDataStorageOperation

AndDataStorageOperation: {
    operation: "and";
    value: number;
}

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

Type declaration

  • Readonlyoperation: "and"
  • Readonlyvalue: number

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

DataStorageOperation for all possible operation subtypes.