UNPKG

lisa-box

Version:
8 lines (7 loc) 475 B
import { FabrixService as Service } from '@fabrix/fabrix/dist/common'; export declare class NotificationService extends Service { _buildTemplate(type: any, templateName: any, data: any): Promise<{}>; dispatchNotification(notification: any): any; sendWebNotification(notification: any): void; sendNotification(to: any, pluginName: any, title: any, type: any, description: any, image: any, defaultAction: any, action: any, lang: any, templateName: any): any; }