/** * This file was auto-generated by Fern from our API Definition. */ /** * Named Test Case value that is of type STRING */ export interface NamedTestCaseStringVariableValue { type: "STRING"; value?: string | null; name: string; }