Interface HonuaAddAttachmentResponse

Response from addAttachment.

interface HonuaAddAttachmentResponse {
    addAttachmentResult: HonuaAttachmentEditResult;
}

Properties

addAttachmentResult: HonuaAttachmentEditResult