furystack-core
Version:
FuryStack framework, Core package
12 lines • 412 B
JavaScript
;
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