Variable SEMAPHORE_ERRORSConst

SEMAPHORE_ERRORS: {
    Base: typeof SemaphoreError;
    FailedRefresh: typeof FailedRefreshSemaphoreError;
    FailedRelease: typeof FailedReleaseSemaphoreError;
    ReachedLimit: typeof LimitReachedSemaphoreError;
} = ...

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