UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

10 lines 299 B
import { RedisSMQError } from '../../errors/index.js'; export declare class RedisClientNotInstalledError extends RedisSMQError<{ clientId: string; }> { getProps(): { code: string; defaultMessage: string; }; } //# sourceMappingURL=redis-client-not-installed.error.d.ts.map