Type Alias PowerDataStorageOperation

PowerDataStorageOperation: {
    operation: "pow";
    value: number;
}

Multiplies the current value of the key to the power of value.

Type declaration

  • Readonlyoperation: "pow"
  • Readonlyvalue: number

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

DataStorageOperation for all possible operation subtypes.