import { FuelTaxRoadType } from "./fuel_tax_road_type"; /** Fuel tax attributes. */ export interface IFuelTaxAttributes { /** Gets or sets the road type. */ roadType?: FuelTaxRoadType; /** Gets or sets a value indicating whether updates are available to this detail. */ updatesAvailable?: boolean; } //# sourceMappingURL=fuel_tax_attributes.d.ts.map