UNPKG

as-event-tracker

Version:

Logs events in the browser based on client interactions.

10 lines 303 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var RelatedEntity = (function () { function RelatedEntity(init) { Object.assign(this, init); } return RelatedEntity; }()); exports.default = RelatedEntity; //# sourceMappingURL=RelatedEntity.js.map