Type Alias OrDataStorageOperation
OrDataStorageOperation : {
operation: "or";
value: number;
}
operation: "or";
value: number;
}
Type declaration
Readonly
operation: "or"Readonly
value: numberA value for the operation to apply against the current data storage value.
See
DataStorageOperation for all possible operation subtypes.
Applies a bitwise OR to the current value of the key with value.