add API comments
This commit is contained in:
parent
fe34c8a91c
commit
d62bf01b4a
7 changed files with 85 additions and 0 deletions
|
@ -7,6 +7,9 @@ export type EmailerConfig = {
|
|||
password: string;
|
||||
};
|
||||
|
||||
/**
|
||||
* Wraps emailing process.
|
||||
*/
|
||||
export class Emailer {
|
||||
private client;
|
||||
private config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue