Initial commit of working RSS Aggregator build
This commit is contained in:
+6
@@ -0,0 +1,6 @@
|
||||
import { ParentCommand } from '../enums/parent-command';
|
||||
export interface ChildMessage {
|
||||
cmd: ParentCommand;
|
||||
value?: any;
|
||||
err?: Record<string, any>;
|
||||
}
|
||||
Reference in New Issue
Block a user