Type Alias PowerDataStorageOperation
PowerDataStorageOperation : {
operation: "pow";
value: number;
}
operation: "pow";
value: number;
}
Type declaration
Readonly
operation: "pow"Readonly
value: 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
.