UNPKG

ws-dottie

Version:

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

10 lines 623 B
import { z } from "zod"; import type { WsfStandardCacheFlushDate } from "@/schemas/shared/cacheFlushDate.zod"; import type { EndpointDefinition } from "@/shared/endpoints"; /** Input schema for getScheduleCacheFlushDate */ declare const scheduleCacheFlushDateInput: z.ZodObject<{}, z.core.$strip>; /** Endpoint metadata for getScheduleCacheFlushDate */ export declare const getScheduleCacheFlushDateMeta: EndpointDefinition<ScheduleCacheFlushDateInput, WsfStandardCacheFlushDate>; export type ScheduleCacheFlushDateInput = z.infer<typeof scheduleCacheFlushDateInput>; export {}; //# sourceMappingURL=cacheFlushDate.d.ts.map