/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * Output for a test suite run metric that is of type ERROR */ export interface TestSuiteRunMetricErrorOutput { value: Vellum.VellumError; type: "ERROR"; name: string; }