ng2-signalr-hinnomtx
Version:
angular2 signalr library
29 lines • 842 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
/**
* @record
*/
export function ISignalRConnection() { }
function ISignalRConnection_tsickle_Closure_declarations() {
/** @type {?} */
ISignalRConnection.prototype.status;
/** @type {?} */
ISignalRConnection.prototype.errors;
/** @type {?} */
ISignalRConnection.prototype.id;
/** @type {?} */
ISignalRConnection.prototype.invoke;
/** @type {?} */
ISignalRConnection.prototype.listen;
/** @type {?} */
ISignalRConnection.prototype.listenFor;
/** @type {?} */
ISignalRConnection.prototype.listenForRaw;
/** @type {?} */
ISignalRConnection.prototype.stop;
/** @type {?} */
ISignalRConnection.prototype.start;
}
//# sourceMappingURL=i.signalr.connection.js.map