Type Alias MultiplyDataStorageOperation

MultiplyDataStorageOperation: {
    operation: "mul";
    value: number;
}

Multiplies the current value of the key by value.

Type declaration

  • Readonlyoperation: "mul"
  • Readonlyvalue: number

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

DataStorageOperation for all possible operation subtypes.