mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Also, closing Add Permissions CTA when DashboardPermissions and FolderPermissions unmounts. Fixes #10749"
6 lines
78 B
TypeScript
6 lines
78 B
TypeScript
export interface FolderInfo {
|
|
id: number;
|
|
title: string;
|
|
url: string;
|
|
}
|