UNPKG

candymail

Version:

Email Automation Library for Node.js

6 lines (5 loc) 92 B
export declare class User { id: number; email: string; isSubscribed: boolean; }