export interface Attachment { fileId?: string; fileName: string; fileUrl: string; fileSize?: number; }