UNPKG

citeright-sdk-js

Version:
13 lines (12 loc) 481 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * EventNotificationContext helps us identify things about an event's execution. Details such as who executed the * event and from which application are described herein. */ var EventNotificationContext = /** @class */ (function () { function EventNotificationContext() { } return EventNotificationContext; }()); exports.EventNotificationContext = EventNotificationContext;