UNPKG

tfwm-travel-updates-widget

Version:

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

11 lines (9 loc) 242 B
import { DefaultModes, TypeOrNull } from 'sharedTypes'; import CountApiTypes from '../types'; export type ModalRowProps = { isFetching: boolean; response: TypeOrNull<CountApiTypes>; mode: DefaultModes; from: string; to: string; };