export interface MqttMessageResult {
conversationId: string
message_content: string
message_time: string
message_type: 'a' | 'e'
pid: string
useTime: string
view_type: string
}