UNPKG

@golemio/parkings

Version:
6 lines (5 loc) 257 B
import { DataSourceStreamed } from "@golemio/core/dist/integration-engine"; export declare class IptOictDataSource { getParkingDataStream(sourceUrl: string): DataSourceStreamed; getParkingLocationDataStream(sourceUrl: string): DataSourceStreamed; }