UNPKG

ws-dottie

Version:

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

11 lines 500 B
import { z } from "../../../../shared/zod"; export declare const vesselLocationsInputSchema: z.ZodObject<{}, z.core.$strict>; export type VesselLocationsInput = z.infer<typeof vesselLocationsInputSchema>; /** * VesselLocationsById input schema */ export declare const vesselLocationsByIdInputSchema: z.ZodObject<{ VesselID: z.ZodNumber; }, z.core.$strip>; export type VesselLocationsByIdInput = z.infer<typeof vesselLocationsByIdInputSchema>; //# sourceMappingURL=vesselLocations.input.d.ts.map