/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; export interface FileJobConfig { /** The driver to use for extracting data from the file */ driver: Flatfile.Driver; /** The options to use for extracting data from the file */ options?: Record; /** The row number of the header row detected at extraction time */ detectedHeaderRow?: number; }