namespace MuiCharts.Domain.Enums; /// /// Represents the surface types. /// public enum Surface { Sand = 0, Asphalt = 1, Ground = 2 }