yangyin
2024-07-15 f0f4eda13c9a1f19ff95dd0f25cc89b13f5b5f39
1
2
3
4
5
6
export type ChatRoomItem = {
    id: string;
    isInitial:boolean,
    title: string;
    createTime?: string;
};