This commit is contained in:
2025-12-16 18:17:48 +01:00
parent 362894d1a5
commit ec7c0b8f2a
94 changed files with 4240 additions and 983 deletions

View File

@@ -1,4 +1,5 @@
import type { Presenter } from '@core/shared/presentation';
import type { FeedItemType } from '@core/social/domain/types/FeedItemType';
export interface DashboardDriverSummaryViewModel {
id: string;
@@ -44,7 +45,7 @@ export interface DashboardLeagueStandingSummaryViewModel {
export interface DashboardFeedItemSummaryViewModel {
id: string;
type: string;
type: FeedItemType;
headline: string;
body?: string;
timestamp: string;