UNPKG

ws-dottie

Version:

Your friendly TypeScript companion for Washington State transportation APIs - WSDOT and WSF data with smart caching and React Query integration

24 lines 1.05 kB
import type { EndpointGroupMeta } from "../../../types"; /** * Endpoint group metadata for cache flush date fares endpoints */ export declare const cacheFlushDateFaresGroup: EndpointGroupMeta; export declare const cacheFlushDateFaresMeta: { functionName: string; endpoint: string; inputSchema: import("zod").ZodObject<{}, import("zod/v4/core").$strip>; outputSchema: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<Date, string>>>; sampleParams: {}; endpointDescription: string; }; export declare const cacheFlushDateFaresEndpoints: { readonly cacheFlushDate: { functionName: string; endpoint: string; inputSchema: import("zod").ZodObject<{}, import("zod/v4/core").$strip>; outputSchema: import("zod").ZodOptional<import("zod").ZodPipe<import("zod").ZodString, import("zod").ZodTransform<Date, string>>>; sampleParams: {}; endpointDescription: string; }; }; //# sourceMappingURL=cacheFlushDate.endpoints.d.ts.map