UNPKG

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 356 B
/** * @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.d.ts.map