UNPKG

redis-smq

Version:

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

10 lines 448 B
import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common'; import { EQueueOperation } from '../queue-operation-validator/index.js'; import { IQueueParams } from '../queue-manager/index.js'; export declare class QueueOperationForbiddenError extends RedisSMQError<{ operation: EQueueOperation; queue: IQueueParams; }> { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=queue-operation-forbidden.error.d.ts.map