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