Type Alias EmailSendAttachment

EmailSendAttachment: {
    content: string;
    name: string;
    type: string;
}