Type Alias IReaderSemaphoreAdapterState

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

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