ws-dottie
Version:
Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration
9 lines • 376 B
TypeScript
import { z } from "../../../../shared/zod";
/**
* Input schema for EventCategories endpoint
*
* Selects an array of valid categories to use with SearchAlerts
*/
export declare const eventCategoriesInputSchema: z.ZodObject<{}, z.core.$strip>;
export type EventCategoriesInput = z.infer<typeof eventCategoriesInputSchema>;
//# sourceMappingURL=eventCategories.input.d.ts.map