/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * Info about the reason the job was split * * @example * { * parts: [{}], * runInParallel: true * } */ export interface JobSplitDetails { parts: Flatfile.JobParts; runInParallel?: boolean; }