fix: polish v0.9.7 micro update

This commit is contained in:
BigBodyCobain
2026-05-02 02:13:36 -06:00
parent 3a8db7f9cd
commit d515aba450
11 changed files with 247 additions and 55 deletions
+2
View File
@@ -635,6 +635,8 @@ export interface NewsArticle {
kalshi_pct: number | null;
consensus_pct: number | null;
match_score: number;
slug?: string;
kalshi_ticker?: string;
} | null;
}