UNPKG

bia-framework

Version:

Bia Framework to work with angular 2

15 lines (12 loc) 248 B
/** * Created by jd on 03/11/2015. */ interface IPushNotificationService { connect(tokenString:string):void; tryReconect():void; } interface IPushNotificationServiceProvider { setSignalrAddress(address:string):void; }