File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ npm install gbfs-typescript-types --save-dev
1616## Versions
1717- v2.3
1818- v3.0
19- - v3.1-RC
19+ - v3.1-RC2
2020
2121## Example Code
2222``` typescript
Original file line number Diff line number Diff line change 1+ // Exports auto generated files
2+
3+ export { GbfsVersions } from './gbfs_versions' ;
4+ export { Gbfs } from './gbfs' ;
5+ export { GeofencingZones } from './geofencing_zones' ;
6+ export { Manifest } from './manifest' ;
7+ export { StationInformation } from './station_information' ;
8+ export { StationStatus } from './station_status' ;
9+ export { SystemAlerts } from './system_alerts' ;
10+ export { SystemInformation } from './system_information' ;
11+ export { SystemPricingPlans } from './system_pricing_plans' ;
12+ export { SystemRegions } from './system_regions' ;
13+ export { VehicleStatus } from './vehicle_status' ;
14+ export { VehicleTypes } from './vehicle_types' ;
15+ export { VehicleAvailability } from './vehicle_availability' ;
You can’t perform that action at this time.
0 commit comments