๐Ÿ“ฆ nestjs / event-emitter

๐Ÿ“„ constants.ts ยท 5 lines
1
2
3
4
5import { REQUEST } from '@nestjs/core';

export const EVENT_LISTENER_METADATA = 'EVENT_LISTENER_METADATA';
export const EVENT_PAYLOAD = REQUEST;