Type Alias ModuloDataStorageOperation
ModuloDataStorageOperation : {
operation: "mod";
value: number;
}
operation: "mod";
value: number;
}
Type declaration
Readonly
operation: "mod"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 the remainder after division by
value
.