export interface ILastFuelPriceProgressData { pricePerGallon: number; lowestPricePerGallon: number; highestPricePerGallon: number; priceOutDated: boolean; defPrice: number; defLowestPrice: number; defHighestPrice: number; defPriceOutDated: boolean; isMapView: boolean; dieselLastUsed?: string; }