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 • 351 B
TypeScript
import { z } from "../../../../shared/zod";
/**
* GetWeatherReadings input schema
*
* Input parameters for getting weather readings.
*/
export declare const weatherReadingsInputSchema: z.ZodObject<{}, z.core.$strip>;
export type WeatherReadingsInput = z.infer<typeof weatherReadingsInputSchema>;
//# sourceMappingURL=weatherReadings.input.d.ts.map