export type ConsumptionDetails = { images?: number; totalCost?: number; startDate?: string | null; endDate?: string | null; };