export default interface IAttachment { readonly Name: string; readonly Content: string; readonly ContentType: string; }