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 472 B
/** * @fileoverview Input schemas for cache flush date endpoint * * Re-exports shared cache flush date input schema with API-specific type names * for backward compatibility. */ import { type CacheFlushDateInput, cacheFlushDateInputSchema } from "../../../shared/cacheFlushDate"; export { cacheFlushDateInputSchema }; export type { CacheFlushDateInput }; export type CacheFlushDateVesselsInput = CacheFlushDateInput; //# sourceMappingURL=cacheFlushDate.input.d.ts.map