Type alias MessageWithUploadingAttachments

MessageWithUploadingAttachments: {
    attachmentsInfo: UploadingAttachmentInfo[];
    messageId: string;
    messageTransferId: number;
}

Type declaration