Type Alias AcquiredLockEvent

AcquiredLockEvent: { key: string; owner: string; ttl: TimeSpan | null }

The event is dispatched when a lock is aquired.

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