UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

16 lines (14 loc) 255 B
/** * Created by jd on 03/11/2015. */ export interface IPushNotificationMessage<T> { from:IPushNotificationFrom; eventName:string; body:T; } export interface IPushNotificationFrom { username:string; userId?:string; }