UNPKG

redis-smq

Version:

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

8 lines 265 B
import { RedisSMQError } from 'redis-smq-common'; export declare class QueueHasBoundExchangesError extends RedisSMQError { getProps(): { code: string; defaultMessage: string; }; } //# sourceMappingURL=queue-has-bound-exchanges.error.d.ts.map