Interface AddChildrenOpts

Hierarchy

  • AddChildrenOpts

Properties

multi: ChainableCommander
nodes: FlowJob[]
parent: {
    parentDependenciesKey: string;
    parentOpts: {
        id: string;
        queue: string;
    };
}

Type declaration

  • parentDependenciesKey: string
  • parentOpts: {
        id: string;
        queue: string;
    }
    • id: string
    • queue: string
queuesOpts?: FlowQueuesOpts

Generated using TypeDoc