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