Public Dashboards: Usage Insights (#52768)

This commit is contained in:
owensmallwood
2022-08-10 14:14:48 -03:00
committed by GitHub
parent 5e4d5eb14b
commit dc23643bee
15 changed files with 217 additions and 0 deletions
@@ -11,6 +11,7 @@ export interface DashboardInfo {
dashboardUid: string;
dashboardName: string;
folderName?: string;
publicDashboardUid?: string;
}
/**