UNPKG

ws-dottie

Version:

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

8 lines 385 B
/** * @fileoverview WSF Schedule API Output Schemas for Schedule Today * * This module provides Zod schemas for validating responses from the WSF * Schedule API today's schedule operations. */ export { type Schedule, scheduleSchema, terminalComboSchema, terminalCombosListSchema, } from "../../schedules/shared/schedules.output"; //# sourceMappingURL=scheduleToday.output.d.ts.map