UNPKG

redis-smq

Version:

A high-performance, reliable, and scalable message queue for Node.js.

8 lines 251 B
import { TRedisSMQEvent } from './event.js'; export declare enum EEventTarget { SYSTEM = 0, USER = 1, BOTH = 2 } export type TEventRoutingPolicy = Partial<Record<keyof TRedisSMQEvent, EEventTarget>>; //# sourceMappingURL=event-bus.d.ts.map