UNPKG

@squareboat/nest-events

Version:

The event listener package for your NestJS Applications

6 lines (5 loc) 196 B
export declare type GenericFunction = (...args: any[]) => any; export declare type GenericClass = Record<string, any>; export interface ShouldBeQueued { queueOptions(): Record<string, any>; }