UNPKG

redis-smq

Version:

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

8 lines 308 B
import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common'; export declare class BackgroundJobNotCancellableError extends RedisSMQError<{ jobId: string; reason: string; }> { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=background-job-not-cancellable.error.d.ts.map