UNPKG

ws-dottie

Version:

Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration

9 lines 356 B
import { z } from "../../../../shared/zod"; /** * WeatherStations input schema * * Input parameters for getting current weather stations. */ export declare const weatherStationsInputSchema: z.ZodObject<{}, z.core.$strip>; export type WeatherStationsInput = z.infer<typeof weatherStationsInputSchema>; //# sourceMappingURL=weatherStations.input.d.ts.map