UNPKG

@allgemein/eventbus

Version:
6 lines (5 loc) 173 B
import { ReaderConnectionConfigOptions } from 'nsqjs'; export interface INsqdReaderOptions extends ReaderConnectionConfigOptions { topic: string; channel: string; }