UNPKG

ws-dottie

Version:

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

4 lines 323 B
import { z } from "../../../../shared/zod"; export declare const commercialVehicleRestrictionsWithIdInputSchema: z.ZodObject<{}, z.core.$strip>; export type CommercialVehicleRestrictionsWithIdInput = z.infer<typeof commercialVehicleRestrictionsWithIdInputSchema>; //# sourceMappingURL=cvRestrictionDataWithId.input.d.ts.map