wujingjing
2025-02-26 08c6ecf506bfc7003894775fe57d98d9b11f3d9e
src/components/chat/smallChat/types.ts
@@ -2,6 +2,7 @@
   value:string;
   isLoading: boolean;
   isError: boolean;
   reason?: string;
};
export type UserContent = {