UNPKG

candymail

Version:

Email Automation Library for Node.js

11 lines (10 loc) 191 B
export declare class Message { id: number; template: string; sendFrom: string; sendTo: string; 'sendAt': Date; subject: string; body: string; sent: boolean; }