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