@golemio/pid
Version:
Golemio PID Module
13 lines (12 loc) • 332 B
TypeScript
/**
* GTFS `transfers.txt` `transfer_type`
* (see <https://gtfs.org/documentation/schedule/reference/#transferstxt>).
*/
export declare enum GTFSTransferTypeEnum {
RECOMMENDED_POINT = "0",
TIMED_POINT = "1",
MIN_TIME_REQUIRED = "2",
NOT_POSSIBLE = "3",
IN_SEAT_TRANSFER = "4",
NO_IN_SEAT_TRANSFER = "5"
}