interface Attachment {
    content?: string;
    contentType?: string;
    encoding?: Base64;
}

Properties

content?: string
contentType?: string
encoding?: Base64