UNPKG

redis-smq

Version:

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

8 lines 296 B
import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common'; export declare class ScriptResultMismatchError extends RedisSMQError<{ expected: number; actual: number; }> { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=script-result-mismatch.error.d.ts.map