Dashboard: Add fields in DashboardMeta (#23647)

This commit is contained in:
Agnès Toulet 2020-04-19 11:26:32 +02:00 committed by GitHub
parent e05f686758
commit 19dcaf6bc9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,6 +31,9 @@ export interface DashboardMeta {
folderTitle?: string;
folderUrl?: string;
created?: string;
createdBy?: string;
updated?: string;
updatedBy?: string;
}
export interface DashboardDataDTO {