/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; export interface ReferencePropertyConfig { /** Full path reference to a sheet configuration. Must be in the same workbook. */ ref: string; /** Key of the property to use as the reference key. Defaults to `id` */ key: string; /** Optional filter to narrow the set of records in the reference sheet used as valid values */ filter?: Flatfile.ReferenceFilter; /** The type of relationship this defines */ relationship?: Flatfile.ReferencePropertyRelationship; }