青鸟ai,pc版仓库
 
 
 

9 lines
191 B

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