namespace Enmarcha.Experimental.ServiceViewer.Data.Gtfs.Enums; public enum TripBikesAllowed { Empty = 0, CanAccommodate = 1, NotAllowed = 2 }