interface HttpPostedTcmAttachment {
    attachmentContent?: string;
    contentLength?: number;
    contentType?: string;
    fileName?: string;
}

Properties

attachmentContent?: string
contentLength?: number
contentType?: string
fileName?: string