UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

8 lines 277 B
import { RedisSMQError } from '../../errors/index.js'; export declare class RedisServerBinaryNotFoundError extends RedisSMQError { getProps(): { code: string; defaultMessage: string; }; } //# sourceMappingURL=redis-server-binary-not-found.error.d.ts.map