UNPKG

tfwm-travel-updates-widget

Version:

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

4 lines (2 loc) 157 B
import { TrainFavEntity } from 'sharedHelpers/cookies/types'; export type CurrentFavs = ['bus' | 'tram' | 'roads', string[]] | ['train', TrainFavEntity[]];