export class Attachment {
    constructor(public name: string, public attachmentData: any) {}
}
