Type Alias ILockExpirationData

ILockExpirationData: { expiration: Date | null }

Represents expiration information for a lock. Contains the date and time when the lock becomes available for acquisition.

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

Type declaration

  • expiration: Date | null

    The date and time when the lock expires and becomes available for others to acquire. null indicates the lock does not expire and is held indefinitely.