export interface ConversationHistoryTranscriptFileInputResponseModel { fileId: string; originalFilename: string; mimeType: string; fileUrl: string; }