redis-smq
Version:
A high-performance, reliable, and scalable message queue for Node.js.
8 lines • 304 B
TypeScript
import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common';
export declare class BackgroundJobNotStartableError extends RedisSMQError<{
jobId: string;
reason: string;
}> {
getProps(): IRedisSMQErrorProperties;
}
//# sourceMappingURL=background-job-not-startable.error.d.ts.map