Type Alias CeilingDataStorageOperation

CeilingDataStorageOperation: {
    operation: "ceil";
    value: null;
}

Rounds up the current value to the nearest integer.

Type declaration

  • Readonlyoperation: "ceil"
  • Readonlyvalue: null

    Ignored for this operation.

DataStorageOperation for all possible operation subtypes.