/** * 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 JSON */ export interface TestSuiteRunExecutionJsonOutput { name: string; type: "JSON"; value?: unknown; outputVariableId: string; }