Represents the combined persistent state of a shared lock in storage. Contains both writer lock and reader semaphore state information.
IMPORT_PATH: "@daiso-tech/core/shared-lock/contracts"
"@daiso-tech/core/shared-lock/contracts"
The current state of the reader semaphore, or null if no reader semaphore exists or it has expired.
The current state of the writer lock, or null if no writer lock exists or it has expired.
Represents the combined persistent state of a shared lock in storage. Contains both writer lock and reader semaphore state information.
IMPORT_PATH:
"@daiso-tech/core/shared-lock/contracts"