UNPKG

redis-smq-common

Version:

RedisSMQ Common Library provides many components that are mainly used by RedisSMQ and RedisSMQ Monitor.

5 lines 199 B
import { WorkerError } from './worker-error.js'; export declare class WorkerPayloadRequiredError extends WorkerError { constructor(); } //# sourceMappingURL=worker-payload-required.error.d.ts.map