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