UNPKG

furystack-core

Version:
12 lines 412 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const _1 = require("./"); class EndpointEntitySet extends _1.ActionOwnerAbstract { constructor(name, endpointEntityType) { super(); this.name = name; this.endpointEntityType = endpointEntityType; } } exports.EndpointEntitySet = EndpointEntitySet; //# sourceMappingURL=EndpointEntitySet.js.map