Type Alias MinDataStorageOperation
MinDataStorageOperation : {
operation: "min";
value: number;
}
operation: "min";
value: number;
}
Type declaration
Readonly
operation: "min"Readonly
value: 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
value
ifvalue
is lower.