fix(core): update

This commit is contained in:
2019-10-23 20:00:04 +02:00
parent a32b31b86d
commit 6beb085488
4 changed files with 100 additions and 23 deletions

View File

@@ -0,0 +1,9 @@
import * as plugins from './mailgun.plugins';
export class MailgunAccount {
constructor(apiToken: string) {
}
}