/** * This file was auto-generated by Fern from our API Definition. */ /** * Represents a file that has been uploaded to a Vellum Workspace. */ export interface UploadedFileRead { id?: string; /** A signed URL to download the uploaded file. */ fileUrl?: string | null; }