ws-dottie
Version:
Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration
8 lines • 437 B
TypeScript
/**
* @fileoverview WSF Schedule API Input Schemas for Service Disruptions
*
* This module provides Zod schemas for validating input parameters for the WSF
* Schedule API endpoints related to service disruption operations.
*/
export { RoutesHavingServiceDisruptionsByTripDateInput, routesHavingServiceDisruptionsByTripDateInputSchema, } from "../../routes/shared/routes.input";
//# sourceMappingURL=serviceDisruptions.input.d.ts.map