Type Alias ILockExpiredState

ILockExpiredState: { type: typeof LOCK_STATE["EXPIRED"] }

Represents a lock that has expired and is no longer held. In this state, any requester can acquire the lock.

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

Type declaration

  • type: typeof LOCK_STATE["EXPIRED"]

    The state type indicator.