UNPKG

tfl-api-wrapper

Version:

A Node JS wrapper for the Transport for London API

12 lines (11 loc) 270 B
declare module Disruptions { interface Root { icsCode: string; naptanCode: string; stopPointName: string; outageStartArea: string; outageEndArea: string; message: string; } } export default Disruptions;