UNPKG

@plunk/node

Version:

Official Node.js library for useplunk.com

10 lines (9 loc) 194 B
export interface SendParams { to: string | string[]; subject: string; body: string; type?: "html" | "markdown"; from?: string; name?: string; subscribed?: boolean; }