UNPKG

ws-dottie

Version:

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

10 lines 571 B
import { z } from "../../../../shared/zod"; export declare const vesselHistoriesByVesselNameAndDateRangeInputSchema: z.ZodObject<{ VesselName: z.ZodString; DateStart: z.ZodString; DateEnd: z.ZodString; }, z.core.$strip>; export type VesselHistoriesByVesselNameAndDateRangeInput = z.infer<typeof vesselHistoriesByVesselNameAndDateRangeInputSchema>; export declare const vesselHistoriesInputSchema: z.ZodObject<{}, z.core.$strip>; export type VesselHistoriesInput = z.infer<typeof vesselHistoriesInputSchema>; //# sourceMappingURL=vesselHistories.input.d.ts.map