UNPKG

@golemio/parkings

Version:
5 lines (4 loc) 200 B
import { DataSource } from "@golemio/core/dist/integration-engine/datasources"; export declare class StaticParkingLotsGeoDataSourceFactory { static getDataSource(sourceUrl: string): DataSource; }