UNPKG

batch-cluster

Version:
5 lines (4 loc) 343 B
import { BatchClusterOptions, WithObserver } from "./BatchClusterOptions"; import { ChildProcessFactory } from "./ChildProcessFactory"; import { InternalBatchProcessOptions } from "./InternalBatchProcessOptions"; export type CombinedBatchProcessOptions = BatchClusterOptions & InternalBatchProcessOptions & ChildProcessFactory & WithObserver;