UNPKG

redis-smq-common

Version:

Provides essential components and utilities shared across RedisSMQ packages.

6 lines 295 B
import { RedisSMQError } from '../../errors/index.js'; import { IRedisSMQErrorProperties } from '../../errors/index.js'; export declare class WorkerIsShuttingDownError extends RedisSMQError { getProps(): IRedisSMQErrorProperties; } //# sourceMappingURL=worker-is-shutting-down.error.d.ts.map