Type Alias RefreshedLockEvent

RefreshedLockEvent: { key: string; owner: string; ttl: TimeSpan }

The event is dispatched when a lock is refreshed.

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