ws-dottie
Version:
Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration
22 lines • 1.02 kB
JavaScript
/**
* @fileoverview WSDOT Highway Alerts API Schemas
*
* This file re-exports all Zod schemas for the WSDOT Highway Alerts API endpoints.
* These schemas are used for validating API responses and providing
* TypeScript types for the WSDOT Highway Alerts functionality.
*
* @see {@link https://www.wsdot.wa.gov/traffic/api/} WSDOT API Documentation
*/
// ============================================================================
// ALERTS
// ============================================================================
export * from "./highwayAlert.zod";
// ============================================================================
// EVENT CATEGORIES
// ============================================================================
export * from "./eventCategories.zod";
// ============================================================================
// MAP AREAS
// ============================================================================
export * from "./mapArea.zod";
//# sourceMappingURL=index.js.map