/** * This file was auto-generated by Fern from our API Definition. */ /** * A value representing a JSON object. */ export interface JsonVellumValue { type: "JSON"; value?: unknown; }