gerson
2024-07-01 87bce04d7cdf5ca427757071e7cc3b0847b64dfc
1
2
3
4
5
6
export type ChatRoomItem = {
    id: string;
    isInitial:boolean,
    title: string;
    createTime?: string;
};