/** * The options for the batch processor run. */ export interface LegacyBatchProcessorRunOptions { /** The fields that were fuzzy matched. */ fuzzyMatchFields?: string[]; /** The fields that were excluded from the run. */ excludeFields?: string[]; }