Type Alias ISemaphoreExpiredState

ISemaphoreExpiredState: { type: typeof SEMAPHORE_STATE["EXPIRED"] }

Represents a semaphore where all slots have expired. In this state, the semaphore no longer holds any active slot acquisitions.

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

Type declaration