UNPKG

@mini2/core

Version:

Mini Express Framework - Lightweight and modular Express.js framework with TypeScript support

6 lines 194 B
export interface IQueue { connection: any; on: (eventName: string, event: any) => void; emit: (eventName: string, event: any) => void; } //# sourceMappingURL=queue.interface.d.ts.map