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