/** * 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 ARRAY */ export interface TestSuiteRunMetricArrayOutput { value?: Vellum.VellumValue[] | null; type: "ARRAY"; name: string; }