/** * This file was auto-generated by Fern from our API Definition. */ /** * A set of fields with additional properties for use in Vellum Variables. */ export interface VellumVariableExtensions { color?: string | null; description?: string | null; title?: string | null; }