ws-dottie
Version:
Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration
8 lines • 468 B
TypeScript
import { z } from "../../../../shared/zod";
export declare const bridgeClearancesInputSchema: z.ZodObject<{}, z.core.$strip>;
export type BridgeClearancesInput = z.infer<typeof bridgeClearancesInputSchema>;
export declare const bridgeClearancesByRouteInputSchema: z.ZodObject<{
Route: z.ZodString;
}, z.core.$strip>;
export type BridgeClearancesByRouteInput = z.infer<typeof bridgeClearancesByRouteInputSchema>;
//# sourceMappingURL=bridgeClearances.input.d.ts.map