UNPKG

@ypa/cyborg-js

Version:

CyborgJS - A SEO Friendly PBA Framework

8 lines (7 loc) 270 B
import { NotificationBody } from '../notifications/NotificationBody'; export interface ICanHandleNotifications { name: string; handleNotifications(pObject: NotificationBody): void; addListener(pType: string): void; removeListener(pType: string): void; }