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 • 484 B
TypeScript
import { z } from "../../../../shared/zod";
export declare const vesselVerboseInputSchema: z.ZodObject<{}, z.core.$strict>;
export type VesselVerboseInput = z.infer<typeof vesselVerboseInputSchema>;
/**
* VesselVerboseById input schema
*/
export declare const vesselVerboseByIdInputSchema: z.ZodObject<{
VesselID: z.ZodNumber;
}, z.core.$strip>;
export type VesselVerboseByIdInput = z.infer<typeof vesselVerboseByIdInputSchema>;
//# sourceMappingURL=vesselVerbose.input.d.ts.map