UNPKG

mailersend

Version:

Node.js helper module for MailerSend API

8 lines (7 loc) 242 B
export declare class Attachment { content: string; filename: string; disposition: 'inline' | 'attachment'; id?: string; constructor(content: string, fileName: string, disposition?: 'inline' | 'attachment', id?: string); }