IWriterLockData: IWriterLockExpirationData & { owner: string }

Complete writer (exclusive) lock data including ownership and expiration. Represents the full state of a write lock stored in a database.

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

Type declaration

  • owner: string

    Unique identifier of the entity currently holding the exclusive write lock. Used for ownership verification before releasing or extending the lock.