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