feat(marketing-pages): IMailerService interface (proof-of-life)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export interface IMailerService {
|
||||
sendWelcome(userId: string, email: string): Promise<void>;
|
||||
}
|
||||
Reference in New Issue
Block a user