export interface IDashboardList { dashboardId: string; dashboardName?: string; displayName?: string; }