/** * This file was auto-generated by Fern from our API Definition. */ /** * Prompt Sandbox Scenario input value that is of type STRING */ export interface ScenarioInputStringVariableValue { type: "STRING"; value?: string | null; inputVariableId: string; }