Type Alias IncrementedCacheEvent

IncrementedCacheEvent: { key: string; type: "incremented"; value: number }

The event is dispatched when key is incremented.

IMPORT_PATH: "@daiso-tech/core/cache/contracts"