UNPKG

trento-parking

Version:

A TypeScript library providing easy access to parking and bike slot availability, location, and details in Trento, Italy. Fetches data from the official Comune di Trento parking services.

8 lines (6 loc) 118 B
interface OpeningHours { lunven: string[]; sab: string[]; fes: string[]; } export type { OpeningHours };