Type Alias NotAvailableLockEvent

NotAvailableLockEvent: { key: string; owner: string }

The event is dispatched when trying to acquire a lock that is owned by a different owner.

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