Type Alias RemovedCacheEvent

RemovedCacheEvent: { key: string; type: "removed" }

The event is dispatched when key is removed.

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