Type Alias MaxDataStorageOperation

MaxDataStorageOperation: {
    operation: "max";
    value: number;
}

Sets the current value of the key to value if value is bigger.

Type declaration

  • Readonlyoperation: "max"
  • Readonlyvalue: number

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

DataStorageOperation for all possible operation subtypes.