Initial commit of working RSS Aggregator build
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
export var ChildCommand;
|
||||
(function (ChildCommand) {
|
||||
ChildCommand[ChildCommand["Init"] = 0] = "Init";
|
||||
ChildCommand[ChildCommand["Start"] = 1] = "Start";
|
||||
ChildCommand[ChildCommand["Stop"] = 2] = "Stop";
|
||||
})(ChildCommand || (ChildCommand = {}));
|
||||
//# sourceMappingURL=child-command.js.map
|
||||
Reference in New Issue
Block a user