/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * The execution plan for a job, for example, for a map job, the execution plan is the mapping of the source sheet to the destination sheet. */ export interface JobExecutionPlanConfig { fieldMapping?: Flatfile.Edge[]; unmappedSourceFields?: Flatfile.SourceField[]; unmappedDestinationFields?: Flatfile.DestinationField[]; programId?: string; }