Commit 19dcaf6b by Agnès Toulet Committed by GitHub

Dashboard: Add fields in DashboardMeta (#23647)

parent e05f6867
......@@ -31,6 +31,9 @@ export interface DashboardMeta {
folderTitle?: string;
folderUrl?: string;
created?: string;
createdBy?: string;
updated?: string;
updatedBy?: string;
}
export interface DashboardDataDTO {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment