UNPKG

tfwm-travel-updates-widget

Version:

A shareable travel updates (disruptions) widget which is shown on the TfWM homepage

16 lines (13 loc) 218 B
interface CountApiTypes { totals: Totals; url: string; versionNo: string; staleAt: string; } interface Totals { bus: number; tram: number; train: number; road: number; } export default CountApiTypes;