export interface AttachmentRecord { fileId: string; fileName: string; extension: string; }