/** * This file was auto-generated by Fern from our API Definition. */ /** * A value representing a string. */ export interface StringVellumValueRequest { type: "STRING"; value?: string | null; }