/** * This file was auto-generated by Fern from our API Definition. */ /** * Output for a test suite run metric that is of type STRING */ export interface TestSuiteRunMetricStringOutput { value?: string | null; type: "STRING"; name: string; }