UNPKG

redis-smq

Version:

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

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