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