UNPKG

ogenzo-widgets

Version:
6 lines (5 loc) 188 B
export declare class OgenzoMail { apiKey: string; constructor(apiKey: string); sendEmail(email: string, from: string, subject: string, code: string, msg: string): void; }