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 293 B
/** * @fileoverview WSF Terminals Cache Flush Date Input Schema * * Re-exports shared cache flush date input schema for consistency. */ export { type CacheFlushDateInput, cacheFlushDateInputSchema, } from "../../../shared/cacheFlushDate"; //# sourceMappingURL=cacheFlushDate.input.d.ts.map