Type Alias IReaderSemaphoreSlotExpirationData

IReaderSemaphoreSlotExpirationData: { expiration: Date | null }

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

Type declaration

  • expiration: Date | null

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