UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

10 lines 289 B
import { RedisSMQError } from '../../errors/index.js'; export declare class CommandNotSupportedError extends RedisSMQError<{ command: string; }> { getProps(): { code: string; defaultMessage: string; }; } //# sourceMappingURL=command-not-supported.error.d.ts.map