Type Alias MinDataStorageOperation

MinDataStorageOperation: {
    operation: "min";
    value: number;
}

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

Type declaration

  • Readonlyoperation: "min"
  • Readonlyvalue: number

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

DataStorageOperation for all possible operation subtypes.