/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; export interface SourceField { /** The description of the source field */ sourceField: Flatfile.Property; /** A list of preview values of the data in the source field */ preview?: string[]; }