🚀New lib version v0.5.0 [CI SKIP]

This commit is contained in:
2021-03-04 16:27:59 +00:00
parent dbbd5b27da
commit c11b709e0b
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;
};