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