Type Alias UpdatedCacheEvent<TType>

UpdatedCacheEvent: { key: string; type: "updated"; value: TType }

The event is dispatched when key is updated.

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

Type Parameters

  • TType = unknown