export default class Attachment { id: string; name: string; description: string; link: string; constructor() {} }