template-project/node_modules/batch-cluster/dist/InternalBatchProcessOptions.d.ts
2025-05-30 18:13:30 +08:00

7 lines
288 B
TypeScript

import { BatchClusterOptions, WithObserver } from "./BatchClusterOptions";
import { BatchProcessOptions } from "./BatchProcessOptions";
export interface InternalBatchProcessOptions extends BatchProcessOptions, BatchClusterOptions, WithObserver {
passRE: RegExp;
failRE: RegExp;
}