Initial commit - Event Planner application
This commit is contained in:
10
dist/core/services/providers/email.provider.d.ts
vendored
Normal file
10
dist/core/services/providers/email.provider.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { NotificationProvider } from '../notification-provider.interface';
|
||||
export declare class EmailProvider implements NotificationProvider {
|
||||
send(options: {
|
||||
to: string;
|
||||
subject: string;
|
||||
body: string;
|
||||
metadata?: any;
|
||||
}): Promise<void>;
|
||||
}
|
||||
//# sourceMappingURL=email.provider.d.ts.map
|
||||
Reference in New Issue
Block a user