UNPKG

@sinuos/nestjs-notification

Version:
7 lines (6 loc) 262 B
import { Type } from '@nestjs/common'; import { INestjsNotificationChannel } from './nestjs-notification-channel.interface'; export interface NestJsNotification { sendToChannels(): Type<INestjsNotificationChannel>[]; toPayload?(): Record<string, any>; }