gerson
2025-01-21 102379463a6690c20201bd49e9d35c95bdfbb9c7
1
2
3
4
5
6
export type ChatRoomItem = {
    id: string;
    isInitial:boolean,
    title: string;
    createTime?: string;
};