UNPKG

@sinuos/nestjs-notification

Version:
5 lines (4 loc) 176 B
import { NestJsNotification } from './nestjs-notification.interface'; export interface INestjsNotificationChannel { send(notification: NestJsNotification): Promise<any>; }