UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

8 lines 329 B
import { RedisSMQError } from '../../errors/index.js'; import { IRedisSMQErrorProperties } from '../../errors/types/index.js'; export declare class EventBusMessageJSONParseError extends RedisSMQError<{ error: string; }> { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=event-bus-message-parse.error.d.ts.map