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