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