Class UnownedRefreshLockEvent

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

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

Hierarchy (View Summary)

  • BaseEvent<{ key: string; owner: string }>
    • UnownedRefreshLockEvent

Constructors

Properties

Constructors

Properties

fields: { key: string; owner: string }