export interface Attachment { data: string | Uint8Array; filename: string; contentType?: string; attachmentType?: string; } //# sourceMappingURL=attachment.d.ts.map