UNPKG

service-activities2-node

Version:

Party activities tracking microservice in Node.js / ES2017 V2

12 lines 317 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ReferenceV1 = void 0; class ReferenceV1 { constructor(id, type, name) { this.id = id; this.type = type; this.name = name; } } exports.ReferenceV1 = ReferenceV1; //# sourceMappingURL=ReferenceV1.js.map