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 468 B
import { z } from "../../../../shared/zod"; export declare const vesselStatsInputSchema: z.ZodObject<{}, z.core.$strict>; export type VesselStatsInput = z.infer<typeof vesselStatsInputSchema>; /** * VesselStatsById input schema */ export declare const vesselStatsByIdInputSchema: z.ZodObject<{ VesselID: z.ZodNumber; }, z.core.$strip>; export type VesselStatsByIdInput = z.infer<typeof vesselStatsByIdInputSchema>; //# sourceMappingURL=vesselStats.input.d.ts.map