UNPKG

redis-smq

Version:

A high-performance, reliable, and scalable message queue for Node.js.

5 lines 262 B
import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common'; export declare class InvalidTopicExchangeParamsError extends RedisSMQError { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=invalid-topic-exchange-params.error.d.ts.map