/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * Execution output of an entity evaluated during a Test Suite Run that is of type SEARCH_RESULTS */ export interface TestSuiteRunExecutionSearchResultsOutput { name: string; type: "SEARCH_RESULTS"; value?: Vellum.SearchResult[] | null; outputVariableId: string; }