UNPKG

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 323 B
import { z } from "../../../../shared/zod"; /** * Input schema for AlertAreas endpoint * * Return list of areas and associated IDs */ export declare const mapAreasInputSchema: z.ZodObject<{}, z.core.$strip>; export type MapAreasInput = z.infer<typeof mapAreasInputSchema>; //# sourceMappingURL=alertAreas.input.d.ts.map