mirror of
https://github.com/HSLdevcom/digitransit-ui
synced 2025-09-19 19:02:48 +02:00
10 lines
181 B
JavaScript
10 lines
181 B
JavaScript
/* eslint-disable import/prefer-default-export */
|
|
export const typeToName = {
|
|
0: 'tram',
|
|
1: 'subway',
|
|
2: 'rail',
|
|
3: 'bus',
|
|
4: 'ferry',
|
|
7: 'funicular',
|
|
109: 'rail',
|
|
};
|