/** * This file was auto-generated by Fern from our API Definition. */ /** * Execution output of an entity evaluated during a Test Suite Run that is of type NUMBER */ export interface TestSuiteRunExecutionNumberOutput { name: string; type: "NUMBER"; value?: number | null; outputVariableId: string; }