Type Alias ILockExpirationData

ILockExpirationData: { expiration: Date | null }

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

Type declaration

  • expiration: Date | null

    The expiration date and time of the lock. null indicates the lock does not expire.