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 • 299 B
TypeScript
import { z } from "../../../../shared/zod";
export declare const commercialVehicleRestrictionsInputSchema: z.ZodObject<{}, z.core.$strip>;
export type CommercialVehicleRestrictionsInput = z.infer<typeof commercialVehicleRestrictionsInputSchema>;
//# sourceMappingURL=cvRestrictionData.input.d.ts.map