UNPKG

redis-smq

Version:

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

7 lines 280 B
import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common'; export declare class InvalidCronExpressionError extends RedisSMQError<{ expression: string; }> { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=invalid-cron-expression.error.d.ts.map