gerson
2025-01-21 c9b6d9a10160ca1d18237a0728bac87ec8ff16da
src/components/chat/smallChat/types.ts
@@ -2,6 +2,7 @@
   value:string;
   isLoading: boolean;
   isError: boolean;
   reason?: string;
};
export type UserContent = {