/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../../../../index"; /** * @example * { * inputs: [{ * name: "x", * type: "STRING", * value: "value" * }, { * name: "x", * type: "STRING", * value: "value" * }] * } */ export interface ExecuteMetricDefinition { inputs: Vellum.MetricDefinitionInput[]; releaseTag?: string; }