1 2 3 4 5 6 7 8
namespace Costasdev.ServiceViewer.Data.Gtfs.Enums; public enum TripBikesAllowed { Empty = 0, CanAccommodate = 1, NotAllowed = 2 }