We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b09b0a2 commit 5466c6dCopy full SHA for 5466c6d
storage/framework/core/email/src/base.ts
@@ -1,3 +1,5 @@
1
+import type { EmailAddress, EmailDriver, EmailDriverConfig, EmailMessage, EmailResult, RenderOptions } from '@stacksjs/types'
2
+
3
export abstract class BaseEmailDriver implements EmailDriver {
4
public abstract name: string
5
protected config: Required<EmailDriverConfig>
0 commit comments