Type alias IncreaseOpInfo

IncreaseOpInfo: {
    path: string;
    type: "increase";
    value: number;
}

IncreaseOpInfo represents the information of the increase operation.

Type declaration

  • path: string
  • type: "increase"
  • value: number