/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; export interface VellumVariable { id: string; key: string; type: Vellum.VellumVariableType; required?: boolean | null; default?: Vellum.VellumValue | null; extensions?: Vellum.VellumVariableExtensions | null; schema?: Record | null; }