citeright-sdk-js
Version:
An SDK to connect to the CiteRight API.
13 lines (12 loc) • 481 B
JavaScript
;
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;