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