import { IStrategy } from './IStrategy'; export interface IDataSourceStrategy extends IStrategy { }