ws-dottie
Version:
Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration
1 lines • 920 B
Source Map (JSON)
{"version":3,"sources":["../../../src/apis/wsdot-highway-alerts/schemas.ts"],"names":["init_alertAreas_input","init_alertAreas_output","init_eventCategories_input","init_highwayAlerts_input","init_highwayAlerts_output"],"mappings":"ocAOAA,CAAAA,EAAAA,CACAC,CAAAA,EAAAA,CACAC,IACAC,CAAAA,EAAAA,CACAC,CAAAA,EAAAA","file":"schemas.mjs","sourcesContent":["/**\n * @fileoverview wsdot-highway-alerts API - Zod Schema Exports\n *\n * This module provides exports for all Zod schemas used in the wsdot-highway-alerts API.\n * Import these schemas when you need runtime validation in development or testing.\n */\n\nexport * from \"./alertAreas/shared/alertAreas.input\";\nexport * from \"./alertAreas/shared/alertAreas.output\";\nexport * from \"./eventCategories/shared/eventCategories.input\";\nexport * from \"./highwayAlerts/shared/highwayAlerts.input\";\nexport * from \"./highwayAlerts/shared/highwayAlerts.output\";\n"]}