UNPKG

pip-services-email-node

Version:
11 lines (10 loc) 184 B
export declare class EmailMessageV1 { from?: string; cc?: string; bcc?: string; to: string; reply_to?: string; subject?: any; text?: any; html?: any; }