refactor
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user