青鸟ai,pc版仓库

10 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
}