UNPKG

redis-smq

Version:

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

8 lines 253 B
import { RedisSMQError } from 'redis-smq-common'; export declare class NamespaceMismatchError extends RedisSMQError { getProps(): { code: string; defaultMessage: string; }; } //# sourceMappingURL=namespace-mismatch.error.d.ts.map