export type formattedComponentData = { amount: number; description: string; date: string; galons?: number; id?: number; };