/** * 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 STRING */ export interface TestSuiteRunExecutionStringOutput { name: string; type: "STRING"; value?: string | null; outputVariableId: string; }