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 393 B
import { z } from "../../../../shared/zod"; /** * GetSubSurfaceMeasurements input schema * * Input parameters for getting subsurface measurements. */ export declare const subSurfaceMeasurementsInputSchema: z.ZodObject<{}, z.core.$strip>; export type SubSurfaceMeasurementsInput = z.infer<typeof subSurfaceMeasurementsInputSchema>; //# sourceMappingURL=subSurfaceMeasurements.input.d.ts.map