/** * 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 TestSuiteRunMetricNumberOutput { value?: number | null; type: "NUMBER"; name: string; }