UNPKG

ws-dottie

Version:

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

9 lines 398 B
import { z } from "../../../../shared/zod"; /** * Input schema for GetTollRates endpoint (void input - only AccessCode) * * Provides current toll rates for high occupancy lanes. Coverage Area: Statewide. */ export declare const tollRatesInputSchema: z.ZodObject<{}, z.core.$strip>; export type TollRatesInput = z.infer<typeof tollRatesInputSchema>; //# sourceMappingURL=tollRates.input.d.ts.map