🚀New lib version v0.5.0 [CI SKIP]

This commit is contained in:
2021-03-04 16:27:51 +00:00
parent 6eef75f329
commit 5a5a066bc6
18 changed files with 53 additions and 44 deletions

4
dist/models/MailSendingError.d.ts vendored Normal file
View File

@@ -0,0 +1,4 @@
export declare type MailSendingError = {
name: string;
message: string;
};