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