ws-dottie
Version:
Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration
10 lines • 354 B
JavaScript
/**
* @fileoverview Shared Schemas
*
* This file re-exports all shared Zod schemas that are used across multiple API modules.
* These schemas provide common data structures and validation patterns.
*/
export * from "./cacheFlushDate.zod";
export * from "./roadwayLocation.zod";
export * from "./validDateRange.zod";
//# sourceMappingURL=index.js.map