UNPKG

ws-dottie

Version:

Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration

7 lines 298 B
/** * @fileoverview WSF Terminals Cache Flush Date Output Schema * * Re-exports shared cache flush date output schema for consistency. */ export { type CacheFlushDateOutput, cacheFlushDateOutputSchema, } from "../../../shared/cacheFlushDate"; //# sourceMappingURL=cacheFlushDate.output.d.ts.map