Type Alias ISemaphoreAdapterState

ISemaphoreAdapterState: {
    acquiredSlots: Map<string, Date | null>;
    limit: number;
}

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