Type Alias PowerDataStorageOperation
PowerDataStorageOperation : {
operation: "pow";
value: number;
}
operation: "pow";
value: number;
}
Type declaration
Readonlyoperation: "pow"Readonlyvalue: numberA value for the operation to apply against the current data storage value.
See
DataStorageOperation for all possible operation subtypes.
Multiplies the current value of the key to the power of
value.