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 428 B
import { z } from "../../../../shared/zod"; /** * Input schema for GetTollTripVersion endpoint (void input - only AccessCode) * * Provides current toll rates for high occupancy lanes. Coverage Area: Statewide. */ export declare const tollTripVersionInputSchema: z.ZodObject<{}, z.core.$strip>; export type TollTripVersionInput = z.infer<typeof tollTripVersionInputSchema>; //# sourceMappingURL=tollTripVersion.input.d.ts.map