Hierarchy

  • EmailNotification

Properties

body: string
channel: Channel
event: default
from: {
    id: string;
    type: Sender_Receiver;
}

Type declaration

message: string
payloadData?: any
save: false
subject: string
to: {
    email: string;
    id: string;
    type: Sender_Receiver;
}[]

Type declaration

Generated using TypeDoc