Type Alias ModuloDataStorageOperation

ModuloDataStorageOperation: {
    operation: "mod";
    value: number;
}

Sets the current value of the key to the remainder after division by value.

Type declaration

  • Readonlyoperation: "mod"
  • Readonlyvalue: number

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

DataStorageOperation for all possible operation subtypes.