/** * This file was auto-generated by Fern from our API Definition. */ /** * A user input representing a JSON object */ export interface JsonInputRequest { /** The variable's name */ name: string; type: "JSON"; value?: unknown; }