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