UNPKG

@ypa/cyborg-js

Version:

CyborgJS - A SEO Friendly PBA Framework

7 lines (6 loc) 232 B
import { ICanHandleNotifications } from '../interfaces/ICanHandleNotifications'; export declare type NotificationRegistration = { name: string; notifications: ReadonlyArray<string>; classRef: ICanHandleNotifications; };