Type Alias ISemaphoreLimitReachedState

ISemaphoreLimitReachedState: {
    acquiredSlots: string[];
    limit: number;
    type: typeof SEMAPHORE_STATE["LIMIT_REACHED"];
}

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