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