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