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 • 533 B
TypeScript
/**
* @fileoverview Shared API schemas and utilities
*
* This module exports shared schemas and utilities used across multiple
* WSDOT API endpoints.
*/
export { type CacheFlushDateInput, type CacheFlushDateOutput, cacheFlushDateInputSchema, cacheFlushDateOutputSchema, } from "./cacheFlushDate";
export { type RoadwayLocation, roadwayLocationSchema, } from "./roadwayLocationSchema";
export { zDotnetDate } from "./zDotnetDateSchema";
export { zIsoDateString } from "./zIsoDateStringSchema";
//# sourceMappingURL=index.d.ts.map