UNPKG

mailersend

Version:

Node.js helper module for MailerSend API

10 lines (9 loc) 204 B
export declare class SMSPersonalization { phone_number: string; data: { [key: string]: string; }; constructor(phoneNumber: string, data: { [key: string]: string; }); }