/** * This file was auto-generated by Fern from our API Definition. */ import * as Vellum from "../index"; /** * A slim representation of a Folder, as it exists within another Folder. */ export interface FolderEntityFolder { id: string; type: "FOLDER"; data: Vellum.FolderEntityFolderData; }