feat: mejorar el envío de correos electrónicos y agregar validaciones en el adaptador de notificaciones
This commit is contained in:
@@ -6,8 +6,11 @@ export enum NOTIFICATION_TYPES {
|
||||
|
||||
export type NotificationDataEmail = {
|
||||
email: string;
|
||||
subject: string;
|
||||
message: string;
|
||||
subject?: string;
|
||||
message?: string;
|
||||
templateId?: string;
|
||||
context?: Record<string, unknown>;
|
||||
substitutions?: Record<string, string | number | boolean>;
|
||||
};
|
||||
|
||||
export type NotificationDataWap = {
|
||||
|
||||
Reference in New Issue
Block a user