UNPKG

ws-dottie

Version:

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

11 lines 475 B
/** * @fileoverview Output schemas for cache flush date endpoint * * Re-exports shared cache flush date output schema with API-specific type names * for backward compatibility. */ import { type CacheFlushDateOutput, cacheFlushDateOutputSchema } from "../../../shared/cacheFlushDate"; export { cacheFlushDateOutputSchema }; export type { CacheFlushDateOutput }; export type CacheFlushDateVessels = CacheFlushDateOutput; //# sourceMappingURL=cacheFlushDate.output.d.ts.map