This commit is contained in:
2026-02-01 20:24:04 +09:00
parent 498bddb4fe
commit 3c2f4a0371
10 changed files with 276 additions and 215 deletions

View File

@@ -131,4 +131,7 @@ export interface NewsItem {
description: string;
link: string;
pubDate: string;
relatedThemes?: string[];
relatedStocks?: string[];
sentiment?: 'POSITIVE' | 'NEUTRAL' | 'NEGATIVE';
}