using InABox.Core; namespace Comal.Classes { public interface IGPSTrackerType : IEntity { string Description { get; set; } string? BatteryFormula { get; set; } } }