UNPKG

tfl-ts

Version:

🚇 Fully-typed TypeScript client for Transport for London (TfL) API • Zero dependencies • Auto-generated types • Real-time arrivals • Journey planning • Universal compatibility

4 lines (3 loc) • 242 B
export type SearchProvider = 'Tfl' | 'Google' | 'Bing'; export type SearchCategory = 'Undefined' | 'RealTime' | 'PlannedWork' | 'Information' | 'Event' | 'Crowding' | 'StatusAlert'; export type SearchSort = 'Name' | 'Distance' | 'Relevance';