/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; export type TestCaseVariableValue = Vellum.TestCaseStringVariableValue | Vellum.TestCaseNumberVariableValue | Vellum.TestCaseJsonVariableValue | Vellum.TestCaseChatHistoryVariableValue | Vellum.TestCaseSearchResultsVariableValue | Vellum.TestCaseErrorVariableValue | Vellum.TestCaseFunctionCallVariableValue | Vellum.TestCaseArrayVariableValue | Vellum.TestCaseAudioVariableValue | Vellum.TestCaseImageVariableValue | Vellum.TestCaseVideoVariableValue | Vellum.TestCaseDocumentVariableValue;