/** * This file was auto-generated by Fern from our API Definition. */ /** * A value representing a string. */ export interface ExecutionStringVellumValue { /** The variable's uniquely identifying internal id. */ id: string; name: string; type: "STRING"; value?: string | null; }