UNPKG

@golemio/parkings

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