export interface LatestItem { id: string | number; title: string; subtitle: string; amount: string; timeAgo: string; }