/** * This file was auto-generated by Fern from our API Definition. */ /** * Response model for file actions. */ export interface FileResponse { output?: string; error?: string; base64Image?: string; system?: string; }