/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * Named Test Case value that is of type FUNCTION_CALL */ export interface NamedTestCaseFunctionCallVariableValueRequest { type: "FUNCTION_CALL"; value?: Vellum.FunctionCallRequest | null; name: string; }