Type Alias ILockData

ILockData: ILockExpirationData & { owner: string }

Complete lock data including ownership and expiration information. Represents the full state of a lock stored in a database.

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

Type declaration

  • owner: string

    The unique identifier of the entity that currently holds this lock.