ws-dottie
Version:
Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration
14 lines • 625 B
JavaScript
/**
* @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
*/
// ============================================================================
// WEATHER INFORMATION
// ============================================================================
export * from "./weatherInfo.zod";
//# sourceMappingURL=index.js.map