Interface HonuaAttachmentListResponse

Response from listAttachments.

interface HonuaAttachmentListResponse {
    attachmentInfos?: HonuaAttachmentInfo[];
}

Properties

Properties

attachmentInfos?: HonuaAttachmentInfo[]