/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; export interface MetricDefinitionHistoryItem { id: string; /** A human-readable label for the metric */ label: string; /** A name that uniquely identifies this metric within its workspace */ name: string; description: string; inputVariables: Vellum.VellumVariable[]; outputVariables: Vellum.VellumVariable[]; }