UNPKG

@plunk/node

Version:

Official Node.js library for useplunk.com

12 lines (11 loc) 222 B
export interface PublishParams { event: string; email: string; subscribed?: boolean; data?: { [p: string]: string | { persistent: boolean; value: string; }; }; }