Type alias MultiRemoteAttachmentContent

MultiRemoteAttachmentContent: {
    attachments: RemoteAttachmentInfo[];
}

Type declaration