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