export interface Attachment { compressionType: string; fileName: string; stream: any; }