UNPKG

@golemio/energetics

Version:
5 lines (4 loc) 180 B
import { IDataSource } from "@golemio/core/dist/integration-engine/datasources"; export interface IDataSourceProvider<T> { getDataSource: (...args: any[]) => IDataSource<T>; }