/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * Control the appearance of this field when it's displayed in a table or input */ export interface FieldAppearance { size?: Flatfile.FieldSize; }