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 476 B
import { z } from "../../../../shared/zod"; export declare const vesselBasicsInputSchema: z.ZodObject<{}, z.core.$strict>; export type VesselBasicsInput = z.infer<typeof vesselBasicsInputSchema>; /** * VesselBasicsById input schema */ export declare const vesselBasicsByIdInputSchema: z.ZodObject<{ VesselID: z.ZodNumber; }, z.core.$strip>; export type VesselBasicsByIdInput = z.infer<typeof vesselBasicsByIdInputSchema>; //# sourceMappingURL=vesselBasics.input.d.ts.map