UNPKG

ws-dottie

Version:

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

11 lines 444 B
/** * @fileoverview WSDOT Weather Information API Schemas * * This file re-exports all Zod schemas for the WSDOT Weather Information API endpoints. * These schemas are used for validating API responses and providing * TypeScript types for the WSDOT Weather Information functionality. * * @see {@link https://www.wsdot.wa.gov/traffic/api/} WSDOT API Documentation */ export * from "./weatherInfo.zod"; //# sourceMappingURL=index.d.ts.map