export interface IDetailedCard { amount: string title: string subtitle: string }