gerson
2024-06-30 bb195ab3dbdaecc8f4c6db0b4cecde6854ad0206
1
2
3
4
5
6
7
8
 
 
export type ChatRoomItem = {
    id:string;
    isInitial:boolean,
    title:string,
    content?:string
}