/** * This file was auto-generated by Fern from our API Definition. */ import * as Flatfile from "../../../index"; /** * @example * { * operation: "submitAction", * mode: Flatfile.ActionMode.Foreground, * label: "Submit", * description: "Submit data to webhook.site", * primary: true * } * * @example * { * operation: "submitAction", * mode: Flatfile.ActionMode.Foreground, * label: "Submit Changes", * description: "Submit data to webhook.site", * primary: true * } */ export interface Action extends Flatfile.ActionWithoutLabel { /** The text on the Button itself */ label: string; }