UNPKG

redis-smq

Version:

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

8 lines 311 B
import { IRedisSMQErrorProperties, RedisSMQError } from 'redis-smq-common'; export declare class MessagePropertyInvalidValueError extends RedisSMQError<{ property: string; value: unknown; }> { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=message-property-invalid-value.error.d.ts.map