export interface LegacyProcessorRunMergedProcessorsItem { /** * The ID of the merged processor. * * Example: `"ex_Xj8mK2pL9nR4vT7qY5wZ"` */ processorId: string; /** The ID of the specific processor version used. */ processorVersionId: string; /** * The name of the merged processor. * * Example: `"Invoice Line Items Processor"` */ processorName: string; }