Type Alias CounterDiff

CounterDiff: { increment: number; type: "counter" }

Type declaration

  • increment: number
  • type: "counter"