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 • 375 B
TypeScript
import { z } from "../../../../shared/zod";
/**
* GetSurfaceMeasurements input schema
*
* Input parameters for getting surface measurements.
*/
export declare const surfaceMeasurementsInputSchema: z.ZodObject<{}, z.core.$strip>;
export type SurfaceMeasurementsInput = z.infer<typeof surfaceMeasurementsInputSchema>;
//# sourceMappingURL=surfaceMeasurements.input.d.ts.map