export interface IAttachmentLink { name: string; url: string; icon: string; editing?: boolean; editId?: number; }