Type Alias MinDataStorageOperation
MinDataStorageOperation : {
operation: "min";
value: number;
}
operation: "min";
value: number;
}
Type declaration
Readonlyoperation: "min"Readonlyvalue: numberA value for the operation to apply against the current data storage value.
See
DataStorageOperation for all possible operation subtypes.
Sets the current value of the key to
valueifvalueis lower.