wujingjing
2024-12-25 5c5c54eff5c014846bc9b9e3ebc47177d1465bb8
1
2
3
4
5
6
export type ChatRoomItem = {
    id: string;
    isInitial:boolean,
    title: string;
    createTime?: string;
};