UNPKG

@golemio/pid

Version:
11 lines 498 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DetailedTripScope = void 0; var DetailedTripScope; (function (DetailedTripScope) { DetailedTripScope["Info"] = "info"; DetailedTripScope["StopTimes"] = "stop_times"; DetailedTripScope["Shapes"] = "shapes"; DetailedTripScope["VehicleDescriptor"] = "vehicle_descriptor"; })(DetailedTripScope || (exports.DetailedTripScope = DetailedTripScope = {})); //# sourceMappingURL=DetailedTripScopeEnum.js.map