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
16 lines (15 loc) • 558 B
TypeScript
export declare const AIRQUALITY_DATA: {
readonly section: "AirQuality";
readonly endpoints: readonly [{
readonly path: "/AirQuality";
readonly method: "GET";
readonly summary: "Gets air quality data feed";
readonly parameters: readonly [];
readonly returnType: "Object";
readonly deprecated: false;
readonly tags: readonly ["AirQuality"];
}];
readonly totalEndpoints: 1;
readonly generatedAt: "2025-07-10T01:28:59.105Z";
};
export type AIRQUALITY_DATAType = typeof AIRQUALITY_DATA;