Initial commit of working RSS Aggregator build
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
import { ChildCommand } from '../enums/child-command';
|
||||
import { JobJson } from './job-json';
|
||||
export interface ParentMessage {
|
||||
cmd: ChildCommand;
|
||||
value?: any;
|
||||
err?: Error;
|
||||
job?: JobJson;
|
||||
}
|
||||
Reference in New Issue
Block a user